Skip to content

Commit 739e417

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

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
@@ -7,7 +7,7 @@ The diagram below depicts a simplified architectural layout of the CDK FEP stack
77
### Component interactions
88

99
- Engineers use a CLI to manage the backend components, installing and initializing various modes of operation, such as validium versus rollup for example.
10-
- External applications send transactions to the CDK Erigon RPC node which forwards the transaction data to the sequencer via the transaction pool manager.
10+
- 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.
1313
- The aggregator reads batch data from the sequencer data stream.

0 commit comments

Comments
 (0)