Skip to content

Commit

Permalink
Merge pull request #2468 from 0xPolygon/vcastellm/pp-cli
Browse files Browse the repository at this point in the history
Update cli-tool.md for PP
  • Loading branch information
mitchpolygon authored Nov 5, 2024
2 parents 940ae90 + 666732b commit 002cffd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/cdk/getting-started/cli-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,19 @@ Options:
* `-c, --components <COMPONENTS>` - Components to run [env: `CDK_COMPONENTS=`]
* `-h, --help` - Print help

Example:
Example to run in FEP mode:

```
cdk node --config /etc/cdk/cdk-node-config.toml --components sequence-sender,aggregator
```

Example to run in PP mode:

```
cdk node --config /etc/cdk/cdk-node-config.toml --components rpc,aggsender
```


### `cdk erigon`

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

0 comments on commit 002cffd

Please sign in to comment.