From 54ad9de6943b76eced67cb257450b96820e52a09 Mon Sep 17 00:00:00 2001 From: EthanYuan Date: Sat, 17 Aug 2024 11:24:40 +0800 Subject: [PATCH] update readme --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) 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: