We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 940ae90 + 666732b commit 002cffdCopy full SHA for 002cffd
docs/cdk/getting-started/cli-tool.md
@@ -42,12 +42,19 @@ Options:
42
* `-c, --components <COMPONENTS>` - Components to run [env: `CDK_COMPONENTS=`]
43
* `-h, --help` - Print help
44
45
-Example:
+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:
52
+
53
+```
54
+cdk node --config /etc/cdk/cdk-node-config.toml --components rpc,aggsender
55
56
57
58
### `cdk erigon`
59
60
You can run a cdk-erigon RPC node that syncs to an existing chain using the default parameters.
0 commit comments