Home

Awesome

POA Network - Proof of Bank Account (PoBA)

Build Status Coverage Status dependencies Status devDependencies Status

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to do previous to install

PLAID_CLIENT_ID=1234565b16d38dd9e9b00013178296 
PLAID_SECRET=12345672352d3da02e112fe290e1e8fd2085 
PLAID_PUBLIC_KEY=123456e1e61319a1192b80bd5d09e7c5ac35 

Installing

A step by step series that tell you how to get a development env running

$ git clone git@github.com:poanetwork/poa-poba.gitt
$ cd poa-poba
$ npm install
$ cd server
$ cp .env.example .env
$ cd frontend
$ cp .env.example .env
$ npm run ganache
$ npm run dev