tornado-core/README.md

15 lines
309 B
Markdown
Raw Normal View History

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