Update README.md
This commit is contained in:
parent
e9d78d3a7f
commit
82a13d9745
10
README.md
10
README.md
@ -8,15 +8,15 @@ This tool allows you to create Tornado Cash deposit transaction data offline (So
|
|||||||
# This will install all the necessary libraries
|
# This will install all the necessary libraries
|
||||||
yarn
|
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
|
Will also create backup similar with how Tornado UI or tornado-cli generates it
|
||||||
|
Loading…
Reference in New Issue
Block a user