Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const block = await web.eth.getBlockByNumber('latest')

### Direct API

Incubed includes a light API, allowinng not only to use all RPC-Methods in a typesafe way, but also to sign transactions and call funnctions of a contract without the web3-library.
Incubed includes a light API, allowinng not only to use all RPC-Methods in a typesafe way, but also to sign transactions and call functions of a contract without the web3-library.

For more details see the [API-Doc](https://github.com/slockit/in3/blob/master/docs/api.md#type-api)

Expand Down Expand Up @@ -170,7 +170,7 @@ The application would then accept the following arguments:

## C - Implementation

*The C-Implemetation will be released soon!*
*The C-Implementation will be released soon!*

```c
#include <stdio.h>
Expand Down Expand Up @@ -249,6 +249,7 @@ Currently incubed is deployed on the following chains:
### Mainnet

Registry : [0x2736D225f85740f42D17987100dc8d58e9e16252](https://eth.slock.it/#/main/0x2736D225f85740f42D17987100dc8d58e9e16252)
[View the code here](https://etherscan.io/address/0x2736d225f85740f42d17987100dc8d58e9e16252#code)

ChainId : 0x1 (alias `mainnet`)

Expand Down