2024-07-28 20:39:50 -07:00
2024-07-22 13:02:53 -07:00
2024-07-22 13:02:53 -07:00
2024-07-22 13:02:53 -07:00
2024-07-22 13:02:53 -07:00
2024-07-22 13:02:53 -07:00
2024-07-28 20:39:50 -07:00
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

Description
Command line tool to create Tornado Cash notes offline
Readme 35 KiB
Languages
JavaScript 100%