Skip to content

Commit 5b06774

Browse files
update pic and words
1 parent c82253c commit 5b06774

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ The following diagram depicts the CDK FEP stack component layout and details som
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.
1010
- External applications send transactions to the CDK Erigon RPC node which forwards the transaction data to the sequencer via the transaction pool manager.
11-
- The transaction pool manager forwards transactions coming in from the RPC node to the sequencer.
12-
- The sequencer sequences transactions batches and puts them into the data streamer.
13-
- The data streamer streams data to the sequencer sender and the aggregator.
14-
- The sequencer sender sequences batches into the L1 smart contract domain and persists data into DAC nodes for validium mode operations.
15-
- The aggregator sends batches to the prover and receives proofs in return. It then aggregates the proofs into batches before submitting them to the AggLayer or L1, depending on the chosen settlement layer.
11+
- The sequencer sequences transactions batches and synchronizes data with the RPC node.
12+
- The sequencer sender reads batch data from the RPC node.
13+
- The aggregator reads batch data from the sequencer data stream.
14+
- The sequencer sender persists data into the L1 smart contract domain for rollup mode and into DAC nodes for validium mode operations.
15+
- The aggregator sends batches to the prover and receives proofs in return. Together with the prover, it aggregates the proofs into batches before submitting the final proofs to the AggLayer or L1, depending on the chosen settlement layer.
1616
- Users interact with the bridge service via the bridge UI or API.
1717
- The AggLayer verifies proofs and interacts with the L1 smart contracts.
1818

docs/img/cdk/cdk-stack.png

6.64 KB
Loading

0 commit comments

Comments
 (0)