Tornado cash. Non-custodial private transactions on Ethereum.
Go to file
2019-07-13 01:26:27 +03:00
.vscode add dummy test 2019-07-10 19:58:21 +03:00
circuits Snark test 2019-07-12 19:35:15 +03:00
contracts final test 2019-07-13 00:50:26 +03:00
lib merkle tree tidy 2019-07-12 13:24:59 +03:00
migrations fix small bug 2019-07-13 01:26:27 +03:00
scripts final test 2019-07-13 00:50:26 +03:00
test final test 2019-07-13 00:50:26 +03:00
.editorconfig Move contracts to repository root 2019-07-12 12:53:44 +03:00
.env.example mixer deploy WIP 2019-07-12 18:04:45 +03:00
.gitattributes add dummy test 2019-07-10 19:58:21 +03:00
.gitignore tests 2019-07-12 22:11:37 +03:00
package-lock.json bump Verifier solidity version 2019-07-12 19:58:02 +03:00
package.json update readme 2019-07-13 00:56:17 +03:00
README.md update readme 2019-07-13 00:56:17 +03:00
truffle-config.js mixer deploy WIP 2019-07-12 18:04:45 +03:00

Testing truffle

  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.

Testing js

  1. npm i
  2. npm run build:circuit
  3. cd scripts
  4. node test_snark.js

Deploy

  1. npx truffle migrate --network kovan --reset

Requirements

  1. node v11.15.0
  2. npm install -g npx