mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-02-04 17:25:30 -05:00
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
Languages
JavaScript
75%
Solidity
24.6%
HTML
0.4%