Skip to content

Commit 587a843

Browse files
committed
updated readme
1 parent 97f25e8 commit 587a843

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,11 @@ contractInstance.eventName(watcher);
4343
```
4444

4545
The script will also printout the gas estimates when you try to compile.
46+
47+
To send some ether from your account to another. You can use `send` function
48+
```javascript
49+
send(accountIndex, toAccount, valueInEther, gas)
50+
51+
//For example to send some ether from eth.accounts[2]
52+
send(2, '0xb8290f9757b5c9daa11a8016d663829af812fc0e', 10, 30000);
53+
```

0 commit comments

Comments
 (0)