Document how to configure block time for Ganache
This commit is contained in:
parent
ddeeb5ffd7
commit
abd4caa336
@ -38,7 +38,7 @@ Aragon CLI and Truffle need to be installed on your sytem as well:
|
|||||||
|
|
||||||
For local development it is recommended to use
|
For local development it is recommended to use
|
||||||
[ganache](http://truffleframework.com/ganache/) to run a local development
|
[ganache](http://truffleframework.com/ganache/) to run a local development
|
||||||
chain. Using the ganache simulator no full Ethereum node is required.
|
chain. When using the ganache simulator, no full Ethereum node is required.
|
||||||
|
|
||||||
We use the default aragon-cli devchain command to configure and run a local
|
We use the default aragon-cli devchain command to configure and run a local
|
||||||
development ganache.
|
development ganache.
|
||||||
@ -52,6 +52,10 @@ To clear/reset the chain use (e.g. if you run out of funds on your devchain)
|
|||||||
We default to port 7545 for development to not get in conflict with the default
|
We default to port 7545 for development to not get in conflict with the default
|
||||||
Ethereum RPC port.
|
Ethereum RPC port.
|
||||||
|
|
||||||
|
You can also set certain ganache options to configure the devchain, for example
|
||||||
|
if you want to increase the block time to 10 seconds you can add
|
||||||
|
`--block-time=10`.
|
||||||
|
|
||||||
### Bootstrap
|
### Bootstrap
|
||||||
|
|
||||||
1. Run an Ethereum node and ipfs
|
1. Run an Ethereum node and ipfs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user