Skip to content

Commit 7abf64a

Browse files
concepts/index edited
1 parent 92a4248 commit 7abf64a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/cdk/concepts/dac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The DAC works together with the sequencer to control the flow of data. The proce
3232

3333
2. **Batch authentication**: Once the batches are assembled, they are authenticated. The sequencer forwards the batch data and its corresponding hash to the DAC.
3434

35-
3. **Data validation and storage**: The DAC nodes independently validate the batch data. Once validated, the hash is stored in each node's local database for future reference.
35+
3. **Data validation and storage**: The DAC nodes independently validate the batch data. Once validated, the hash is stored in each node's local database for future reference.
3636

3737
4. **Signature generation**: Each DAC node generates a signature for the batch hash. This serves as an endorsement of the batch's integrity and authenticity.
3838

docs/cdk/concepts/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
This section covers some of the basic concepts needed to understand the CDK setting, which is a platform designed to allow developers to choose between validium and zk-rollup architectures.
1+
This section explores basic concepts underpinning CDK; a platform designed to allow developers to choose between validium and rollup architectures.
22

3-
Concepts such as a rollup, a validium and data availability committee (DAC) are defined. Implications of off-chain data availability are briefly discussed.
3+
The section currently defines concepts such as rollup, validium, and data availability committee (DAC). Some implications of off-chain data availability are mentioned.

0 commit comments

Comments
 (0)