Skip to content

Commit 822eb2f

Browse files
committed
updated Readme
1 parent 60d5054 commit 822eb2f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
This is a helper to compile and deploy smart contracts through geth.
22

3-
Start geth with following flags (along with the others you may need). You can change the rpcport to any port number. Just remember to change that in the script.
3+
Install solc compiler.
44

5-
`geth --rpc --rpcport 8100 --rpccorsdomain "*"`
6-
7-
Then move `solc_helper` to somewhere in your path.
5+
Move `solc_helper` to somewhere in your path.
86
To compile your code run
97

108
`solc_helper contract.sol`
@@ -43,3 +41,5 @@ To watch the watch an event you can use the watcher function.
4341
```javascript
4442
contractInstance.eventName(watcher);
4543
```
44+
45+
The script will also printout the gas estimates when you try to compile.

0 commit comments

Comments
 (0)