update readme

This commit is contained in:
Iuri Matias 2016-10-20 05:57:50 -04:00
parent f9dbbd9243
commit 0b30f06e4b

View File

@ -56,18 +56,18 @@ $ embark demo
$ cd embark_demo $ cd embark_demo
``` ```
To run a ethereum rpc simulator simply run: You can run a REAL ethereum node for development purposes:
```Bash
$ embark simulator
```
Or Alternatively, you can run a REAL ethereum node for development purposes:
```Bash ```Bash
$ embark blockchain $ embark blockchain
``` ```
Alternatively, to use an ethereum rpc simulator simply run:
```Bash
$ embark simulator
```
By default embark blockchain will mine a minimum amount of ether and will only mine when new transactions come in. This is quite usefull to keep a low CPU. The option can be configured at config/blockchain.json By default embark blockchain will mine a minimum amount of ether and will only mine when new transactions come in. This is quite usefull to keep a low CPU. The option can be configured at config/blockchain.json
Then, in another command line: Then, in another command line: