Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanYuan committed Aug 17, 2024
1 parent dc906fc commit 54ad9de
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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:
Expand Down

0 comments on commit 54ad9de

Please sign in to comment.