mirror of
https://github.com/tornadocash/tornado-core.git
synced 2024-10-01 01:06:17 -04:00
readme fix
This commit is contained in:
parent
3e9df20f35
commit
0e0ac72b0f
35
README.md
35
README.md
@ -74,22 +74,27 @@ Use with command line version. Works for Ganache, Kovan and Mainnet:
|
|||||||
Example:
|
Example:
|
||||||
```bash
|
```bash
|
||||||
./cli.js deposit ETH 0.1 --rpc https://kovan.infura.io/v3/27a9649f826b4e31a83e07ae09a87448
|
./cli.js deposit ETH 0.1 --rpc https://kovan.infura.io/v3/27a9649f826b4e31a83e07ae09a87448
|
||||||
Your note: tornado-eth-0.1-42-0xf73dd6833ccbcc046c44228c8e2aa312bf49e08389dadc7c65e6a73239867b7ef49c705c4db227e2fadd8489a494b6880bdcb6016047e019d1abec1c7652
|
|
||||||
Tornado ETH balance is 8.9
|
|
||||||
Sender account ETH balance is 1004873.470619891361352542
|
|
||||||
Submitting deposit transaction
|
|
||||||
Tornado ETH balance is 9
|
|
||||||
Sender account ETH balance is 1004873.361652048361352542
|
|
||||||
|
|
||||||
./cli.js withdraw tornado-eth-0.1-42-0xf73dd6833ccbcc046c44228c8e2aa312bf49e08389dadc7c65e6a73239867b7ef49c705c4db227e2fadd8489a494b6880bdcb6016047e019d1abec1c7652 0x8589427373D6D84E98730D7795D8f6f8731FDA16 --rpc https://kovan.infura.io/v3/27a9649f826b4e31a83e07ae09a87448 --relayer https://kovan-frelay.duckdns.orgRelay address: 0x6A31736e7490AbE5D5676be059DFf064AB4aC754
|
|
||||||
Getting current state from tornado contract
|
|
||||||
Generating SNARK proof
|
|
||||||
Proof time: 9117.051ms
|
|
||||||
Sending withdraw transaction through relay
|
|
||||||
Transaction submitted through the relay. View transaction on etherscan https://kovan.etherscan.io/tx/0xcb21ae8cad723818c6bc7273e83e00c8393fcdbe74802ce5d562acad691a2a7b
|
|
||||||
Transaction mined in block 17036120
|
|
||||||
Done
|
|
||||||
```
|
```
|
||||||
|
> Your note: tornado-eth-0.1-42-0xf73dd6833ccbcc046c44228c8e2aa312bf49e08389dadc7c65e6a73239867b7ef49c705c4db227e2fadd8489a494b6880bdcb6016047e019d1abec1c7652
|
||||||
|
> Tornado ETH balance is 8.9
|
||||||
|
> Sender account ETH balance is 1004873.470619891361352542
|
||||||
|
> Submitting deposit transaction
|
||||||
|
> Tornado ETH balance is 9
|
||||||
|
> Sender account ETH balance is 1004873.361652048361352542
|
||||||
|
|
||||||
|
```bash
|
||||||
|
./cli.js withdraw tornado-eth-0.1-42-0xf73dd6833ccbcc046c44228c8e2aa312bf49e08389dadc7c65e6a73239867b7ef49c705c4db227e2fadd8489a494b6880bdcb6016047e019d1abec1c7652 0x8589427373D6D84E98730D7795D8f6f8731FDA16 --rpc https://kovan.infura.io/v3/27a9649f826b4e31a83e07ae09a87448 --relayer https://kovan-frelay.duckdns.org
|
||||||
|
```
|
||||||
|
|
||||||
|
> Relay address: 0x6A31736e7490AbE5D5676be059DFf064AB4aC754
|
||||||
|
> Getting current state from tornado contract
|
||||||
|
> Generating SNARK proof
|
||||||
|
> Proof time: 9117.051ms
|
||||||
|
> Sending withdraw transaction through relay
|
||||||
|
> Transaction submitted through the relay. View transaction on etherscan https://kovan.etherscan.io/tx/0xcb21ae8cad723818c6bc7273e83e00c8393fcdbe74802ce5d562acad691a2a7b
|
||||||
|
> Transaction mined in block 17036120
|
||||||
|
> Done
|
||||||
|
|
||||||
|
|
||||||
## Deploy ETH Tornado Cash
|
## Deploy ETH Tornado Cash
|
||||||
1. `cp .env.example .env`
|
1. `cp .env.example .env`
|
||||||
|
Loading…
Reference in New Issue
Block a user