tornado-core/README.md

22 lines
378 B
Markdown
Raw Normal View History

2019-07-12 23:56:17 +02:00
## Testing truffle
2019-07-12 11:53:44 +02:00
1. `npm i`
2019-07-12 23:56:17 +02:00
2. `npm run build:circuit`
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 23:56:17 +02:00
## Testing js
1. `npm i`
2. `npm run build:circuit`
3. `cd scripts`
4. `node test_snark.js`
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 23:56:17 +02:00
2. `npm install -g npx`
2019-07-12 21:11:37 +02:00
2019-07-12 11:53:44 +02:00