tornado-core/README.md
2019-07-12 18:07:36 +03:00

273 B

Testing

  1. npm i
  2. npm run build:circuit (or cp Verifier.sol.temp build/circuits/Verifier.sol)
  3. npx truffle compile
  4. npx truffle test - it may fail for the first time, just run one more time.

Deploy

  1. npx truffle migrate --network kovan --reset