Skip to content

Commit 88af6bc

Browse files
authored
Update README.md
1 parent 3111ff6 commit 88af6bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ ethereum-wallet-tool
55
* Batch transfer to wallet
66
## install
77
```shell
8-
go build ehtwt.exe/ethwt
8+
go build ewt.exe/ewt
99
```
1010
## usage
1111
Command help:
1212
```shell
13-
ehtwt.exe --help
13+
ewt.exe --help
1414
```
1515
1. Configure the primary wallet key in the `.PK` file.
1616
2. Generate a specified number of wallets in bulk,and Wallet information will be logged as JSON.
1717
```shell
18-
ehtwt.exe gen {num}
18+
ewt.exe gen {num}
1919
```
2020
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.
2121
```shell
22-
ehtwt.exe tx {value}
22+
ewt.exe tx {value}
2323
```

0 commit comments

Comments
 (0)