mirror of https://github.com/embarklabs/embark.git
update readme
This commit is contained in:
parent
f9dbbd9243
commit
0b30f06e4b
14
README.md
14
README.md
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue