Go to file
Alexey c5287388f5 init 2021-02-10 23:32:30 +03:00
.github/workflows fix ci 2020-12-16 00:53:24 +03:00
circuits initial 2020-12-15 18:08:37 +03:00
contracts init 2021-02-10 23:32:30 +03:00
scripts initial 2020-12-15 18:08:37 +03:00
src initial 2020-12-15 18:08:37 +03:00
test init 2021-02-10 23:32:30 +03:00
.codecov.yml initial 2020-12-15 18:08:37 +03:00
.editorconfig initial 2020-12-15 18:08:37 +03:00
.eslintrc initial 2020-12-15 18:08:37 +03:00
.gitattributes initial 2020-12-15 18:08:37 +03:00
.gitignore initial 2020-12-15 18:08:37 +03:00
.nvmrc initial 2020-12-15 18:08:37 +03:00
.prettierignore lint 2020-12-15 22:39:34 +03:00
.prettierrc initial 2020-12-15 18:08:37 +03:00
.solcover.js initial 2020-12-15 18:08:37 +03:00
.solhint.json initial 2020-12-15 18:08:37 +03:00
LICENSE initial 2020-12-15 18:08:37 +03:00
README.md init 2021-02-10 23:32:30 +03:00
index.js initial 2020-12-15 18:08:37 +03:00
package.json init 2021-02-10 23:32:30 +03:00
truffle.js init 2021-02-10 23:32:30 +03:00
yarn.lock init 2021-02-10 23:32:30 +03:00

README.md

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