You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ Once it is built you can run any command directly from the same directory
25
25
26
26
*[Create Account](#create-account)
27
27
*[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)
28
29
29
30
## Create Account
30
31
@@ -59,7 +60,20 @@ accounts-total-balance
59
60
accounts-total-balance -url "https://mainnet.infura.io:8545" -a 0xb794f5ea0ba39494ce839613fffba74279579268 -a 0xe853c56864a2ebe4576a807d26fdc4a0ada51919
60
61
```
61
62
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
0 commit comments