diff --git a/README.md b/README.md index d5499aaea1..fc3293c9bc 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ cd branch-dev ckb init --chain dev --genesis-message branch-dev ``` -### Configure +### Branch Configure The following settings are used to configure the `block_assembler` in the `ckb.toml` file: @@ -70,6 +70,21 @@ ckb run --indexer ``` Restarting in the same directory will reuse the data. +### Aggregator Configure + +The following settings are used to configure the `block_assembler` in the `ckb-aggregator.toml` file: + +```toml +branch_uri = "http://localhost:8114" +``` +Fill in the target Branch node. + +### Start Aggregator + +```shell +ckb aggregator +``` + ## Use RPC Find RPC port in the log output, the following command assumes 8114 is used: