You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cdk/concepts/dac.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,11 @@ Data availability in blockchain technology refers to whether or not transaction
3
3
If data is available on-chain, then each node has to store every piece of data related to every transaction. This can be costly for node operators as hardware and storage requirements are high. Moving data off-chain streamlines node architecture and operations.
4
4
5
5
!!! info "Recommended resource"
6
-
See Ethereum.org's discussion on [data availability](https://ethereum.org/en/developers/docs/data-availability/).
6
+
See [Ethereum.org's discussion on data availability](https://ethereum.org/en/developers/docs/data-availability/).
7
7
8
-
## Data availability committees
8
+
## Data availability committee (DAC)
9
9
10
-
Polygon's CDK validium has an optional data availability committee (DAC).
10
+
Polygon's CDK validium has an optional DAC.
11
11
12
12
A DAC is an off-chain network of nodes that implements a data storage layer in a modular chain architecture like CDK. Some advantages are:
13
13
@@ -24,7 +24,7 @@ The CDK validium DAC is a secure consortium of nodes that ensures off-chain data
0 commit comments