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

217 B

Testing

  1. npm i
  2. npm run build:circuit
  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