Skip to content

Commit 8cc664a

Browse files
authored
Create README.md
1 parent 2e210c0 commit 8cc664a

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
EthereumWalletTool
2+
-----------------------
3+
## function
4+
* Bulk Wallet Generation
5+
* Batch transfer to wallet
6+
## install
7+
```shell
8+
go build ehtwt.exe/ethwt
9+
```
10+
## usage
11+
1. Configure the primary wallet key in the `.PK` file.
12+
2. Generate a specified number of wallets in bulk,and Wallet information will be logged as JSON.
13+
```shell
14+
ehtwt.exe gen {num}
15+
```
16+
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.
17+
```shell
18+
ehtwt.exe gen {value}
19+
```

0 commit comments

Comments
 (0)