mirror of
https://github.com/tornadocash/tornado-core.git
synced 2024-10-01 01:06:17 -04:00
378 B
378 B
Testing truffle
npm i
npm run build:circuit
npx truffle compile
npx truffle test
- it may fail for the first time, just run one more time.
Testing js
npm i
npm run build:circuit
cd scripts
node test_snark.js
Deploy
npx truffle migrate --network kovan --reset
Requirements
node v11.15.0
npm install -g npx