Skip to content

Commit bab7ee3

Browse files
committed
Edited Readme
1 parent 064ba51 commit bab7ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ This will generate a javascript file and print out a statement like follows.
1616
Paste this statement into the geth console. Your code will be loaded. There are aalso a few helper functions to easily deploy the contracts in the js file.
1717

1818
``` createContract(abiDefinition)
19-
2019
getContractInstance(contract, input, account, code, gas)
2120
```
2221

2322
You can use them to deploy the contract.
2423

2524
`var contract = createContract(compiled.SimpleStorage.info.abiDefinition);`
25+
2626
`var instance = getContractInstance(contract, 10, eth.coinbase, compiled.SimpleStorage.code,10000);

0 commit comments

Comments
 (0)