Backend to support the GoodDAPP
13
stars
14
forks
source link
GoodDollar API Server
We use
Setup
- copy env.example to .env
- choose network kovan/truffle (see below how to setup local truffle node)
- fill the mnemonic that was used to deploy contracts
Local Node
- clone @gooddollar/goodcontracts
- run
truffle develop
- in console type
migrate --reset