Go to file
poma f02347500b
bump version
2021-03-16 22:39:22 +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 backupNotes 2021-03-16 01:05:33 +04:00
scripts initial 2020-12-15 18:08:37 +03:00
src update reward and withdraw functions 2021-02-18 18:51:29 +03:00
test fix tests 2021-03-04 13:18:01 +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 bump version 2021-03-16 22:39:22 +03:00
truffle.js init 2021-02-10 23:32:30 +03:00
yarn.lock update deps 2021-03-04 12:26:35 +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