From c64f44ee294b660ede638fcf086204dc6597ca63 Mon Sep 17 00:00:00 2001 From: Luke Schoen Date: Sat, 20 Jul 2019 05:28:32 +1000 Subject: [PATCH] Update getting_started.md - Fix typo - Add link to the smart contract code itself --- docs/getting_started.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/getting_started.md b/docs/getting_started.md index a1d0b0a..8db690f 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -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) @@ -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 @@ -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`)