Go to file
poma a4a6b92e6b
lint
2021-02-02 14:38:11 +03:00
circuits init 2021-02-01 16:40:32 +03:00
contracts lint 2021-02-02 14:27:58 +03:00
optimize init 2021-02-01 16:40:32 +03:00
scripts lint 2021-02-02 14:38:11 +03:00
src lint 2021-02-02 14:38:11 +03:00
test lint 2021-02-02 14:38:11 +03:00
.dockerignore init 2021-02-01 16:40:32 +03:00
.editorconfig init 2021-02-01 16:40:32 +03:00
.eslintrc init 2021-02-01 16:40:32 +03:00
.gitattributes init 2021-02-01 16:40:32 +03:00
.gitignore init 2021-02-01 16:40:32 +03: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 init 2021-02-01 16:40:32 +03:00
hardhat.config.js lint 2021-02-02 14:38:11 +03:00
package.json lint 2021-02-02 14:27:58 +03:00
yarn.lock init 2021-02-01 16:40:32 +03:00

README.md

Tornado.cash trees Build Status npm

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
$ cp .env.example .env
$ yarn circuit
$ yarn test