mirror of https://github.com/embarklabs/embark.git
update readme
This commit is contained in:
parent
21617e3bf6
commit
e897263bc3
|
@ -11,6 +11,8 @@ With Embark you can:
|
||||||
* Easily deploy to & use decentralized systems such as IPFS.
|
* Easily deploy to & use decentralized systems such as IPFS.
|
||||||
* Quickly create advanced DApps using multiple contracts.
|
* Quickly create advanced DApps using multiple contracts.
|
||||||
|
|
||||||
|
See the [Wiki](https://github.com/iurimatias/embark-framework/wiki) for more details.
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
======
|
======
|
||||||
Requirements: geth (0.9.29), solc (0.9.23), node (0.12.2) and npm
|
Requirements: geth (0.9.29), solc (0.9.23), node (0.12.2) and npm
|
||||||
|
@ -21,6 +23,8 @@ For specs: pyethereum, ethertdd.py
|
||||||
$ npm install -g embark-framework grunt-cli
|
$ npm install -g embark-framework grunt-cli
|
||||||
```
|
```
|
||||||
|
|
||||||
|
See [Complete Installation Instructions](https://github.com/iurimatias/embark-framework/wiki/Installation).
|
||||||
|
|
||||||
Usage - Demo
|
Usage - Demo
|
||||||
======
|
======
|
||||||
You can easily create a sample working DApp with the following:
|
You can easily create a sample working DApp with the following:
|
||||||
|
|
Loading…
Reference in New Issue