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.
|
1 year ago | |
---|---|---|
.github/workflows | 2 years ago | |
circuits | 2 years ago | |
contracts | 1 year ago | |
optimize | 2 years ago | |
scripts | 2 years ago | |
src | 2 years ago | |
test | 2 years ago | |
.dockerignore | 2 years ago | |
.editorconfig | 2 years ago | |
.env.example | 2 years ago | |
.eslintrc | 2 years ago | |
.gitattributes | 2 years ago | |
.gitignore | 2 years ago | |
.nvmrc | 2 years ago | |
.prettierignore | 2 years ago | |
.prettierrc | 2 years ago | |
.solhint.json | 2 years ago | |
Dockerfile | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
hardhat.config.js | 2 years ago | |
package.json | 2 years ago | |
yarn.lock | 2 years ago |
README.md
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
$ yarn circuit
$ yarn test
Mainnet testing
$ yarn circuit
$ npx hardhat node --fork <https://eth-mainnet.alchemyapi.io/v2/API_KEY> --fork-block-number 11827889
$ npx hardhat test
build large circuits
Make sure you have enough RAM
docker build . -t tornadocash/tornado-trees