We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3111ff6 commit 88af6bcCopy full SHA for 88af6bc
README.md
@@ -5,19 +5,19 @@ ethereum-wallet-tool
5
* Batch transfer to wallet
6
## install
7
```shell
8
-go build ehtwt.exe/ethwt
+go build ewt.exe/ewt
9
```
10
## usage
11
Command help:
12
13
-ehtwt.exe --help
+ewt.exe --help
14
15
1. Configure the primary wallet key in the `.PK` file.
16
2. Generate a specified number of wallets in bulk,and Wallet information will be logged as JSON.
17
18
-ehtwt.exe gen {num}
+ewt.exe gen {num}
19
20
3. Use the main wallet to batch transfer a specified amount of eth to all wallets in wallet.json,and txRecord record will be logged as JSON.
21
22
-ehtwt.exe tx {value}
+ewt.exe tx {value}
23
0 commit comments