Command line tool to create Tornado Cash notes offline
Go to file
2024-07-28 20:39:50 -07:00
abi Initial commit 2024-07-22 13:02:53 -07:00
.eslintrc.js Initial commit 2024-07-22 13:02:53 -07:00
.gitignore Initial commit 2024-07-22 13:02:53 -07:00
networkConfig.js Initial commit 2024-07-22 13:02:53 -07:00
package.json Initial commit 2024-07-22 13:02:53 -07:00
README.md Update README.md 2024-07-28 20:39:50 -07:00
tornadoOffline.js Initial commit 2024-07-22 13:02:53 -07:00

Offline Tornado Cash Note Generation Tool

This tool allows you to create Tornado Cash deposit transaction data offline (So your note data is never exposed to online!)

How to use?

# This will install all the necessary libraries
yarn

node ./tornadoOffline.js <CHAIN_ID> <CURRENCY> <AMOUNT>

node ./tornadoOffline.js --help

node ./tornadoOffline.js 1 eth 0.1

node ./tornadoOffline.js 1 dai 10000

node ./tornadoOffline.js 56 bnb 100

Will also create backup similar with how Tornado UI or tornado-cli generates it

Use Transaction Data to submit ethereum transaction on https://myetherwallet.com, https://mycrypto.com, or https://remix.ethereum.org