You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
h-ivor 2a26a90940
package.json 2.1.5
2 years ago
.github/workflows fix ci 2 years ago
circuits initial 2 years ago
contracts lint 2 years ago
scripts initial 2 years ago
src fix: optimism poseidon hash for events 2 years ago
test fix Note.fromString method parsing 2 years ago
.codecov.yml initial 2 years ago
.editorconfig initial 2 years ago
.eslintrc initial 2 years ago
.gitattributes initial 2 years ago
.gitignore initial 2 years ago
.nvmrc initial 2 years ago
.prettierignore lint 2 years ago
.prettierrc initial 2 years ago
.solcover.js initial 2 years ago
.solhint.json initial 2 years ago
LICENSE initial 2 years ago
README.md init 2 years ago
index.js initial 2 years ago
package.json package.json 2.1.5 2 years ago
truffle.js init 2 years ago
yarn.lock update dependency 2 years ago

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