From abd4caa33629c7366cff8d58265cc1773d9bcc98 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Fri, 9 Aug 2019 18:58:20 +0200 Subject: [PATCH] Document how to configure block time for Ganache --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ab4ef21..210b811 100644 --- a/README.md +++ b/README.md @@ -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 [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 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 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 1. Run an Ethereum node and ipfs