Go to file
2023-09-18 07:11:28 -07:00
.github/workflows fix ci 2020-12-16 00:53:24 +03:00
circuits Resolve dependencies via self-hosted registry & move package to tornado scope 2023-09-18 06:45:35 -07:00
contracts Resolve dependencies via self-hosted registry & move package to tornado scope 2023-09-18 06:45:35 -07:00
scripts Resolve dependencies via self-hosted registry & move package to tornado scope 2023-09-18 06:45:35 -07:00
src Resolve dependencies via self-hosted registry & move package to tornado scope 2023-09-18 06:45:35 -07:00
test Resolve dependencies via self-hosted registry & move package to tornado scope 2023-09-18 06:45:35 -07:00
.codecov.yml initial 2020-12-15 18:08:37 +03:00
.editorconfig initial 2020-12-15 18:08:37 +03:00
.eslintrc initial 2020-12-15 18:08:37 +03:00
.gitattributes initial 2020-12-15 18:08:37 +03:00
.gitignore initial 2020-12-15 18:08:37 +03:00
.npmrc Resolve dependencies via self-hosted registry & move package to tornado scope 2023-09-18 06:45:35 -07:00
.nvmrc initial 2020-12-15 18:08:37 +03:00
.prettierignore lint 2020-12-15 22:39:34 +03:00
.prettierrc initial 2020-12-15 18:08:37 +03:00
.solcover.js initial 2020-12-15 18:08:37 +03:00
.solhint.json initial 2020-12-15 18:08:37 +03:00
index.js initial 2020-12-15 18:08:37 +03:00
LICENSE initial 2020-12-15 18:08:37 +03:00
package.json Resolve dependencies via self-hosted registry & move package to tornado scope 2023-09-18 06:45:35 -07:00
README.md Bump required node version to 16 2023-09-18 07:11:28 -07:00
truffle.js init 2021-02-10 23:32:30 +03:00
yarn.lock Bump required node version to 16 2023-09-18 07:11:28 -07:00

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 16
  2. yarn
  3. zkutil (brew install rust && cargo install zkutil)

Start

$ yarn
$ cp .env.example .env
$ yarn circuit
$ yarn test