Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzushioh authored Feb 19, 2018
1 parent 70f601a commit dd604fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ geth.getBalance(address: "0x91c79f31De5208fadCbF83f0a7B0A9b6d8aBA90F") { result

## Supported JSONRPC APIs

`Geth` in EthereumKit communicates with Ethereum via JSONRPC. It connects to `Ropsten` for test network and `Mainnet` for main network. (Will support localhost⚠️)
`Geth` in EthereumKit communicates with Ethereum via JSONRPC. It connects to `Ropsten` for test network and `Mainnet` for main network. (Will support localhost soon⚠️)

***

##### `GetBalance`
#### `GetBalance`

Return a balance of specified address based on the `BlockParameter`.

Expand All @@ -97,7 +97,7 @@ geth.getAccount(address: "0x91c79f31De5208fadCbF83f0a7B0A9b6d8aBA90F") { result

***

##### `GetAccount`
#### `GetAccount`

Returns a balance of specified address and map it to `Account` model.

Expand Down

0 comments on commit dd604fd

Please sign in to comment.