Merge branch 'develop' of github.com:iurimatias/embark-framework into develop

This commit is contained in:
Iuri Matias 2017-02-15 19:27:41 -05:00
commit faa2f742e0
1 changed files with 1 additions and 0 deletions

View File

@ -167,6 +167,7 @@ Embark will automatically take care of deployment for you and set all needed JS
```Javascript
# app/contracts/simple_storage.sol
pragma solidity ^0.4.7;
contract SimpleStorage {
uint public storedData;