Update README.md

This commit is contained in:
Iuri Matias 2016-10-17 20:09:27 -04:00 committed by GitHub
parent 6b17086d73
commit 05cbbf5e30
1 changed files with 7 additions and 0 deletions

View File

@ -224,6 +224,13 @@ Contracts addresses can be defined, If an address is defined the contract wouldn
EmbarkJS EmbarkJS
====== ======
EmbarkJS is a javascript library meant to abstract and facilitate the development of DApps.
```Javascript
var myContract = new EmbarkJS.Contract({abi: abiObject, address: "0x123"});
myContract.get().then(function(value) { console.log("value is " + value.toNumber) });
```
EmbarkJS - Storage EmbarkJS - Storage
====== ======