update readme

This commit is contained in:
Iuri Matias 2016-10-20 05:57:50 -04:00
parent f9dbbd9243
commit 0b30f06e4b
1 changed files with 7 additions and 7 deletions

View File

@ -56,18 +56,18 @@ $ embark demo
$ cd embark_demo
```
To run a ethereum rpc simulator simply run:
```Bash
$ embark simulator
```
Or Alternatively, you can run a REAL ethereum node for development purposes:
You can run a REAL ethereum node for development purposes:
```Bash
$ 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
Then, in another command line: