mirror of
https://github.com/tornadocash/tornado-core.git
synced 2024-10-01 01:06:17 -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 | ||
Verifier.sol.temp |
Testing
npm i
npm run build:circuit
(orcp Verifier.sol.temp build/circuits/Verifier.sol
)npx truffle compile
npx truffle test
- it may fail for the first time, just run one more time.
Deploy
npx truffle migrate --network kovan --reset