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/overview.md
+8-32Lines changed: 8 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,44 +6,20 @@ It consists of modular components designed to be fully composable; empowering de
6
6
7
7
The CDK provides the components necessary to build a layer 2 blockchain that is secure, scalable, and interoperable with other chains. Below are some of the key features of the CDK:
8
8
9
-
###**Scalability**: todo
9
+
-**Security**: The Polygon Labs team are pioneers in the zero-knowledge ecosystem and have built many of the most advanced ZK technologies in production today such as [plonky3](https://docs.polygon.technology/learn/plonky/?h=plonky3#plonky-3). The CDK leverages allows developers to build high-performance, high-security, scalable L2s that utilize the latest innovations in zero-knowledge technology.
10
10
11
-
hey
11
+
-**Scalability**: Transaction fees and finality on chains built with the CDK are orders of magnitude lower and faster than Ethereum. By building a chain with the CDK, developers can provide users with a seamless experience that is fast, cheap, secure and unaffected by any extraneous high activity on shared networks.
12
12
13
-
###**Sovereignity**: todo
13
+
-**Modularity**: As logic is separated into modular components, developers can easily swap out components in a "plug and play" fashion to customize their chain, for example, by replacing entire components such as the data availability layer, or making granular-level configurations to each component; such as modifying the sequencer logic to comply with legal regulations.
14
14
15
-
hey
15
+
-**Interoperability**: Chains built with the CDK can access the users and liquidity of all other chains that have opted into the [AggLayer](https://docs.polygon.technology/cdk/glossary/#agglayer-v1-al1). This enables cross-chain transactions and access to the users & liquidity of other chains out of the box without forcing users to manually bridge assets to your chain.
16
16
17
-
### **Modularity**: todo
18
-
19
-
hey
20
-
21
-
### **Interoperability**: todo
22
-
23
-
hey
24
-
25
-
## Why Use the CDK?
26
-
27
-
The CDK bootstraps the development process of creating a layer 2 blockchain. Developers can easily set up the stack and begin configuring each component’s behavior with a fast feedback loop on a local development environment.
28
-
29
-
As logic is separated into modular components, developers can easily swap out components in a "plug and play" fashion to customize their chain, for example, by replacing entire components such as the data availability layer, or making granular-level configurations to each component; such as modifying the sequencer logic to comply with legal regulations.
30
-
31
-
### Tap Into the AggLayer
32
-
33
-
By default, CDK chains are opted into the Aggregation Layer (AggLayer) which enables cross-chain transactions among other L2 chains that are also opted into the AggLayer, including the [Polygon zkEVM](https://docs.polygon.technology/zkEVM/).
34
-
35
-
This provides a powerful network effect by enabling users to interact with smart contracts on your chain without having to manually bridge assets to it. This is especially useful for developers looking to bootstrap their chain’s ecosystem and have immediate access to a large pool of users and liquidity.
36
-
37
-
### Utilize Best-in-Class ZK Technology
38
-
39
-
The Polygon team are pioneers in the zero-knowledge ecosystem and has built many of the most advanced ZK technologies in production today such as plonky2 and plonky3.
40
-
41
-
The CDK leverages these technologies to provide a high-performance, scalable, and secure layer 2 blockchain that is battle-tested in production with the Polygon zkEVM.
17
+
-**Sovereignty**: There is no sacrifice required when building a chain with the CDK or joining the AggLayer. Developers maintain full control over the chain’s revenue, governance, security, economic policies, etc.
42
18
43
19
## Dive Deeper into the CDK
44
20
45
21
Whether you’re a developer looking to build a new chain or a researcher interested in looking under the hood, the CDK documentation provides a comprehensive guide to the CDK’s architecture, components, and how to get started building with the CDK:
46
22
47
-
- concepts behind the CDK and how it works.
48
-
-todo
49
-
-todo
23
+
-[Concepts](https://docs.polygon.technology/cdk/concepts/layer2s) to understand the CDK at a high level
24
+
-[Getting Started](https://docs.polygon.technology/cdk/getting-started) to deploy a CDK stack on your local machine
25
+
-[Architecture](https://docs.polygon.technology/cdk/architecture/cdk-zkevm/) to understand the CDK’s components and how they interact with each other
0 commit comments