Command line tool to create Tornado Cash notes offline
abi | ||
.eslintrc.js | ||
.gitignore | ||
networkConfig.js | ||
package.json | ||
README.md | ||
tornadoOffline.js |
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