tornado-core/README.md

12 lines
273 B
Markdown
Raw Normal View History

2019-07-12 05:53:44 -04:00
## Testing
1. `npm i`
2019-07-12 11:07:36 -04:00
2. `npm run build:circuit` (or `cp Verifier.sol.temp build/circuits/Verifier.sol`)
2019-07-12 05:53:44 -04:00
2. `npx truffle compile`
3. `npx truffle test` - it may fail for the first time, just run one more time.
2019-07-12 11:04:45 -04:00
## Deploy
1. `npx truffle migrate --network kovan --reset`
2019-07-12 05:53:44 -04:00