Skip to content

Commit 122a2f9

Browse files
accounts in directory total balance
1 parent e8e8adb commit 122a2f9

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Once it is built you can run any command directly from the same directory
2525

2626
* [Create Account](#create-account)
2727
* [Account or Accounts Total Balance](#account-or-accounts-total-balance)
28+
* [Account or Accounts in Directory Total Balance](#Account-or-Accounts-in-Directory-Total-Balance)
2829

2930
## Create Account
3031

@@ -59,7 +60,20 @@ accounts-total-balance
5960
accounts-total-balance -url "https://mainnet.infura.io:8545" -a 0xb794f5ea0ba39494ce839613fffba74279579268 -a 0xe853c56864a2ebe4576a807d26fdc4a0ada51919
6061
```
6162

62-
## Acount/s in Folder Total Balance
63+
## Account or Accounts in Directory Total Balance
64+
Calculates the total Ether balance of all the accounts in a given directory
65+
### Command
66+
accounts-dir-total-balance
67+
68+
### Parameters
69+
70+
* -sd | --sourceDirectory The directory containing the source accounts
71+
* -url The rpc address to connect
72+
* -? | -h | --help Show help information
6373

74+
### Example
75+
```
76+
accounts-dir-total-balance -url "https://mainnet.infura.io:8545" -sd "c:\Users\JuanFran\NewAccount"
77+
```
6478

6579
## Create accounts, mix and transfer

0 commit comments

Comments
 (0)