mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 14:24:24 +00:00
Updated information on README about SimpleStorage contract to include pragma
This commit is contained in:
parent
40ddfff425
commit
73c7d58e40
@ -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…
x
Reference in New Issue
Block a user