Go to file
Alexey e09f53652a fix CI 2021-02-05 22:46:25 +03:00
.github/workflows new migration 2021-02-05 02:13:34 +03:00
circuits use poseidon compatible with mining 2021-02-02 15:23:09 +03:00
contracts add new tests; fix bug 2021-02-05 20:19:36 +03:00
optimize init 2021-02-01 16:40:32 +03:00
scripts add migration 2021-02-02 14:32:44 -08:00
src updates 2021-02-02 22:46:51 +03:00
test fix test 2021-02-05 20:41:20 +03:00
.dockerignore init 2021-02-01 16:40:32 +03:00
.editorconfig init 2021-02-01 16:40:32 +03:00
.env.example fix CI 2021-02-05 22:46:25 +03:00
.eslintrc init 2021-02-01 16:40:32 +03:00
.gitattributes init 2021-02-01 16:40:32 +03:00
.gitignore add migration 2021-02-02 14:32:44 -08:00
.nvmrc init 2021-02-01 16:40:32 +03:00
.prettierignore lint 2021-02-02 14:38:11 +03:00
.prettierrc init 2021-02-01 16:40:32 +03:00
.solhint.json init 2021-02-01 16:40:32 +03:00
Dockerfile init 2021-02-01 16:40:32 +03:00
LICENSE init 2021-02-01 16:40:32 +03:00
README.md readme 2021-02-03 00:49:29 +03:00
hardhat.config.js fix CI 2021-02-05 22:46:25 +03:00
package.json use poseidon compatible with mining 2021-02-02 15:23:09 +03:00
yarn.lock use poseidon compatible with mining 2021-02-02 15:23:09 +03:00

README.md

Tornado.cash trees Build Status

This repo implements a more optimized version of the TornadoTrees mechanism.

Dependencies

  1. node 12
  2. yarn
  3. zkutil (brew install rust && cargo install zkutil)

Start

$ yarn
$ yarn circuit
$ yarn test