Tornado privacy pool with internal transactions
Go to file
Alexey 0553d31e7d
audit
2021-10-26 12:36:30 +03:00
.github/workflows yarn fix again 2021-08-19 19:51:47 +03:00
circuits rename circuit files 2021-10-17 14:05:01 +03:00
contracts refactor: functions order 2021-10-21 19:46:29 +03:00
resources audit 2021-10-26 12:36:30 +03:00
scripts upfate prod setup 2021-10-18 12:26:37 +03:00
src remove obsolete circuit inputs 2021-10-17 13:55:54 +03:00
test initialize proxy during deploy 2021-10-19 11:09:04 +03:00
.editorconfig fix indentation 2020-04-09 22:12:45 +03:00
.env.example add mainnet 2021-10-18 11:39:19 +03:00
.eslintrc extDataSquare + eslint fix 2021-08-19 19:20:02 +03:00
.gitignore withdraw to L1 support and test 2021-09-30 18:34:07 +03:00
.prettierignore Merge branch 'master' into optimism 2021-09-07 12:46:43 +03:00
.prettierrc init hardhat 2021-06-03 21:56:46 +03:00
.solhint.json init hardhat 2021-06-03 21:56:46 +03:00
README.md audit 2021-10-26 12:36:30 +03:00
hardhat.config.js add hasher task 2021-10-19 12:16:38 +03:00
package.json add hasher task 2021-10-19 12:16:38 +03:00
yarn.lock update deploy script 2021-10-06 20:14:28 +03:00

README.md

Tornado Pool Build Status

This an experimental version of tornado.cash that allows to deposit arbitrary amounts and make internal(shielded) transfers.

Other facts about this version:

  1. It uses L2 (xdai). Xdai has a ETH(mainnet)<>WETH(xdai) bridge that will be used under hood.
  2. Contracts will be upgradable by tornado-cash governance! xdai bridge supports transferring messages from L1 to L2 and vise versa, so community can always upgrade tornado-pool to a new version in case of an issue.
  3. Since it's a beta version, deposits are limited by 1ETH. Governance can always increase the limit.
  4. Withdrawal amount from pool to L1 has to be larger than 0.05 ETH to prevent spam attack on the bridge.
  5. The code was audited by Igor Gulamov from Zeropool.

Usage

yarn
yarn download
yarn build
yarn test