Update README.md

This commit is contained in:
Tornado Contrib 2024-07-28 20:39:50 -07:00
parent e9d78d3a7f
commit 82a13d9745
Signed by: tornadocontrib
GPG Key ID: 60B4DF1A076C64B1

@ -8,15 +8,15 @@ This tool allows you to create Tornado Cash deposit transaction data offline (So
# This will install all the necessary libraries
yarn
node ./tornadoNote.js <CHAIN_ID> <CURRENCY> <AMOUNT>
node ./tornadoOffline.js <CHAIN_ID> <CURRENCY> <AMOUNT>
node ./tornadoNote.js --help
node ./tornadoOffline.js --help
node ./tornadoNote.js 1 eth 0.1
node ./tornadoOffline.js 1 eth 0.1
node ./tornadoNote.js 1 dai 10000
node ./tornadoOffline.js 1 dai 10000
node ./tornadoNote.js 56 bnb 100
node ./tornadoOffline.js 56 bnb 100
```
Will also create backup similar with how Tornado UI or tornado-cli generates it