Skip to content

Commit 666732b

Browse files
authored
Provide modes examples
For PP and FEP
1 parent 118d159 commit 666732b

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docs/cdk/getting-started/cli-tool.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,19 @@ Options:
4242
* `-c, --components <COMPONENTS>` - Components to run [env: `CDK_COMPONENTS=`]
4343
* `-h, --help` - Print help
4444

45-
Example:
45+
Example to run in FEP mode:
46+
47+
```
48+
cdk node --config /etc/cdk/cdk-node-config.toml --components sequence-sender,aggregator
49+
```
50+
51+
Example to run in PP mode:
4652

4753
```
48-
cdk node --config /etc/cdk/cdk-node-config.toml --components sequence-sender,aggregator,aggsender
54+
cdk node --config /etc/cdk/cdk-node-config.toml --components rpc,aggsender
4955
```
5056

57+
5158
### `cdk erigon`
5259

5360
You can run a cdk-erigon RPC node that syncs to an existing chain using the default parameters.

0 commit comments

Comments
 (0)