mirror of https://github.com/embarklabs/embark.git
Merge branch 'develop' of github.com:iurimatias/embark-framework into develop
This commit is contained in:
commit
faa2f742e0
|
@ -167,6 +167,7 @@ Embark will automatically take care of deployment for you and set all needed JS
|
||||||
|
|
||||||
```Javascript
|
```Javascript
|
||||||
# app/contracts/simple_storage.sol
|
# app/contracts/simple_storage.sol
|
||||||
|
pragma solidity ^0.4.7;
|
||||||
contract SimpleStorage {
|
contract SimpleStorage {
|
||||||
uint public storedData;
|
uint public storedData;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue