Skip to content

Commit 5009e78

Browse files
Update docs/cdk/architecture/high-level-views.md
Co-authored-by: Anthony Mpho Matlala <74402600+EmpieichO@users.noreply.github.com>
1 parent 739e417 commit 5009e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cdk/architecture/high-level-views.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The diagram below depicts a simplified architectural layout of the CDK FEP stack
66

77
### Component interactions
88

9-
- Engineers use a CLI to manage the backend components, installing and initializing various modes of operation, such as validium versus rollup for example.
9+
- The CLI tool is the starting point. Developers, or chain administrators in particular, can use the CLI tool to build and configure chains in various modes of operation, such as validiums and rollups.
1010
- Once a chain is configured with the CLI, users can submit transactions through the CDK Erigon RPC node. These transactions are relayed to the `tx-pool manager` before the sequencer selects and executes them.
1111
- The sequencer sequences transactions batches and synchronizes data with the RPC node.
1212
- The sequencer sender reads batch data from the RPC node.

0 commit comments

Comments
 (0)