Tornado privacy pool with internal transactions
Go to file
poma 32b8aeeec1
consistent tx component naming
2021-11-10 12:06:44 +03:00
.github/workflows yarn fix again 2021-08-19 19:51:47 +03:00
circuits consistent tx component naming 2021-11-10 12:06:44 +03:00
contracts more tests 2021-10-29 18:36:38 +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 add commitment to compliance signature 2021-11-08 18:05:57 +03:00
test add commitment to compliance signature 2021-11-08 18:05:57 +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 update readme 2021-10-26 12:40:56 +03:00
hardhat.config.js add hasher task 2021-10-19 12:16:38 +03:00
package.json update snarkjs 2021-10-30 20:08:24 +01:00
yarn.lock update snarkjs 2021-10-30 20:08:24 +01: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.

This project was presented on LisCon 2021. Slides

Usage

yarn
yarn download
yarn build
yarn test