Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzushioh authored Mar 6, 2018
1 parent 2503d6a commit dc0e8a4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,13 @@ let thirdAddress = wallet.generateAddress(at: 2)

```

## Supported JSONRPC APIs
## Supported APIs

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


## Etherscan APIs
To see more about APIs, check the documentations.
- [JSONRPC APIs](https://github.com/yuzushioh/EthereumKit/blob/master/docs/JSONRPC.md)
- [Etherscan APIs](https://github.com/yuzushioh/EthereumKit/blob/master/docs/Etherscan.md)


## Installation
Expand Down

0 comments on commit dc0e8a4

Please sign in to comment.