mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 22:34:24 +00:00
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
|
$ 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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user