Go to file
2021-09-23 21:16:55 +03:00
.github/workflows
circuits
contracts lint 2021-09-23 21:16:55 +03:00
scripts
src fix: optimism poseidon hash for events 2021-04-02 21:35:59 +03:00
test fix Note.fromString method parsing 2021-04-01 12:04:38 +03:00
.codecov.yml
.editorconfig
.eslintrc
.gitattributes
.gitignore
.nvmrc
.prettierignore
.prettierrc
.solcover.js
.solhint.json
index.js
LICENSE
package.json fix: optimism poseidon hash for events 2021-04-02 21:35:59 +03:00
README.md init 2021-02-10 23:32:30 +03:00
truffle.js init 2021-02-10 23:32:30 +03:00
yarn.lock update dependency 2021-03-22 20:38:23 +03:00

Tornado.cash anonymity mining Build Status npm

v2 changes

TornadoTrees.sol is no longer part of this project. It migrated to tornado-trees

Dependencies

  1. node 12
  2. yarn
  3. zkutil (brew install rust && cargo install zkutil)

Start

$ yarn
$ cp .env.example .env
$ yarn circuit
$ yarn test