mirror of https://github.com/embarklabs/embark.git
update readme
This commit is contained in:
parent
7de4b104f0
commit
0b521c74a4
|
@ -55,7 +55,7 @@ Table of Contents
|
||||||
Installation
|
Installation
|
||||||
======
|
======
|
||||||
Requirements: geth (1.5.8 or higher), node (6.9.1 or higher is recommended) and npm
|
Requirements: geth (1.5.8 or higher), node (6.9.1 or higher is recommended) and npm
|
||||||
Optional: serpent (develop) if using contracts with Serpent, testrpc or ethersim if using the simulator or the test functionality.
|
Optional: testrpc (3.0 or higher) if using the simulator or the test functionality.
|
||||||
Further: depending on the dapp stack you choose: [IPFS](https://ipfs.io/)
|
Further: depending on the dapp stack you choose: [IPFS](https://ipfs.io/)
|
||||||
|
|
||||||
```Bash
|
```Bash
|
||||||
|
@ -155,7 +155,7 @@ Solidity/Serpent files in the contracts directory will automatically be deployed
|
||||||
Libraries and languages available
|
Libraries and languages available
|
||||||
======
|
======
|
||||||
|
|
||||||
Embark can build and deploy contracts coded in Solidity or Serpent. It will make them available on the client side using EmbarkJS and Web3.js.
|
Embark can build and deploy contracts coded in Solidity. It will make them available on the client side using EmbarkJS and Web3.js.
|
||||||
|
|
||||||
Further documentation for these can be found below:
|
Further documentation for these can be found below:
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
Installation
|
Installation
|
||||||
============
|
============
|
||||||
|
|
||||||
Requirements: geth (1.5.5 or higher), node (5.0.0) and npm Optional:
|
Requirements: geth (1.5.8 or higher), node (6.9.1 or higher is recommended) and npm
|
||||||
serpent (develop) if using contracts with Serpent, testrpc or ethersim
|
serpent (develop) if using contracts with Serpent, testrpc (3.0 or higher)
|
||||||
if using the simulator or the test functionality. Further: depending on
|
if using the simulator or the test functionality. Further: depending on
|
||||||
the dapp stack you choose: `IPFS <https://ipfs.io/>`__
|
the dapp stack you choose: `IPFS <https://ipfs.io/>`__
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue