Tornado Cash Classic Merkle tree contracts and circuits
.github/workflows | ||
circuits | ||
contracts | ||
optimize | ||
scripts | ||
src | ||
test | ||
.dockerignore | ||
.editorconfig | ||
.eslintrc | ||
.gitattributes | ||
.gitignore | ||
.nvmrc | ||
.prettierignore | ||
.prettierrc | ||
.solhint.json | ||
Dockerfile | ||
hardhat.config.js | ||
LICENSE | ||
package.json | ||
README.md | ||
yarn.lock |
Tornado.cash trees
This repo implements a more optimized version of the TornadoTrees mechanism.
Dependencies
- node 12
- yarn
- zkutil (
brew install rust && cargo install zkutil
)
Start
$ yarn
$ cp .env.example .env
$ yarn circuit
$ yarn test