mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-11-01 06:58:54 -04:00
Tornado cash. Non-custodial private transactions on Ethereum.
| .vscode | ||
| circuits | ||
| contracts | ||
| lib | ||
| migrations | ||
| scripts | ||
| test | ||
| .editorconfig | ||
| .env.example | ||
| .gitattributes | ||
| .gitignore | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| truffle-config.js | ||
Testing
npm inpm run build:circuit(orcp Verifier.sol.temp build/circuits/Verifier.sol)npx truffle compilenpx truffle test- it may fail for the first time, just run one more time.
Deploy
npx truffle migrate --network kovan --reset
Requirements
node v11.15.0