0.0.1 • Published 7 years ago
noia-governance v0.0.1
Setup
Download and setup ganache-cli
https://github.com/trufflesuite/ganache-cli
Create config.js
Checkout example at example-config.js
Build
$ make buildTest Locally
- Run ganache-cli
$ make test
Deployment
Fresh deployment on ropsten
$ TRUFFLE_NETWORK=ropsten npm run truffle migrate -- --resetTest Deployed Contracts Using SDK
$ make test-sdk-e2e NETWORK=ropsten0.0.1
7 years ago