Skip to content

Commit bd94127

Browse files
committed
updated Readme
1 parent 39cea74 commit bd94127

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ To watch an event you can use the watcher function.
4545
contractInstance.eventName(watcher);
4646
```
4747

48-
The script will also printout the gas estimates when you try to compile.
4948

5049
To send some ether from your account to another. You can use `send` function
5150
```javascript
@@ -54,3 +53,7 @@ send(accountIndex, toAccount, valueInEther, gas);
5453
//For example to send some ether from eth.accounts[2]
5554
send(2, '0xb8290f9757b5c9daa11a8016d663829af812fc0e', 10, 30000);
5655
```
56+
57+
Use `bal()` function to check balance of all accounts.
58+
59+
The script will also printout the gas estimates when you try to compile.

0 commit comments

Comments
 (0)