|
2 | 2 | comments: true |
3 | 3 | --- |
4 | 4 |
|
5 | | -Polygon Chain Development Kit (CDK) is a modular, open source software toolkit for blockchain developers which supports the installation and configuration of a variety of chain architectures. Polygon CDK empowers developers to launch new L2 chains running Polygon zkEVM technology on Ethereum or, in the future, transition existing Layer 1 (L1) chains into ZK-EVM L2s. |
| 5 | +Polygon Chain Development Kit (CDK) is a modular, open source, software toolkit for blockchain developers which supports the installation and configuration of a variety of chain architectures. |
| 6 | + |
| 7 | +Polygon CDK empowers developers to launch new L2 chains running Polygon zkEVM technology on Ethereum or, in the future, transition existing layer 1 (L1) chains into custom ZK-EVM L2s. |
6 | 8 |
|
7 | 9 | ## CDK features |
8 | 10 |
|
9 | | -Polygon 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: |
| 11 | +Polygon CDK builds layer 2 blockchains that are secure, scalable, and interoperable with other chains. Below are some of the key features of CDK: |
| 12 | + |
| 13 | +- Security: CDK builds high-performance, high-security, scalable L2s that utilize the latest innovations in zero-knowledge technology such as [Plonky3](../innovation-design/plonky.md#plonky-3). |
| 14 | + |
| 15 | +- Scalability: Transaction fees are orders of magnitude lower than Ethereum and processed substantially faster. This enables a fast, cheap, and secure user experience unaffected by any high activity experienced on shared networks. |
| 16 | + |
| 17 | +- Modularity: CDK modular components allow developers to easily customize their L2 environment and build a chain that meets their specific needs. |
| 18 | + |
| 19 | +- Interoperability: Opt-in to the [AggLayer](../cdk/agglayer/overview.md) to bootstrap your chain's ecosystem, enable cross-chain transactions, and gain access to the users and liquidity of other chains. |
10 | 20 |
|
11 | | -- Security: Build high-performance, high-security, scalable L2s that utilize the latest innovations in zero-knowledge technology such as [plonky3](https://docs.polygon.technology/learn/plonky/?h=plonky3#plonky-3). |
| 21 | +- Sovereignty: Maintain full control over your chain's revenue, governance, security, economic policies, and more. |
12 | 22 |
|
13 | | -- Scalability: Transaction fees are orders of magnitude lower and processed substantially faster compared to Ethereum. Enabling a fast, cheap, and secure user experience unaffected by any extraneous high activity experienced on shared networks. |
| 23 | +## Dive deeper into CDK |
14 | 24 |
|
15 | | -- Modularity: As logic is separated into modular components, developers can easily customize all components of the L2 to build a chain that meets their specific needs. |
| 25 | +Polygon CDK gives developers a toolkit for sovereign and modular chain design, without sacrificing future interoperability with other L2 chains. |
16 | 26 |
|
17 | | -- Interoperability: Opt-in to the [AggLayer](https://docs.polygon.technology/cdk/glossary/#agglayer-v1-al1) to bootstrap your chain’s ecosystem, enable cross-chain transactions, and access to the users and liquidity of other chains. |
| 27 | +Chains built with Polygon CDK will have access to an ecosystem of (forthcoming) unified liquidity, optimized performance, and seamless asset transfers, all while prioritizing user experience and data security. |
18 | 28 |
|
19 | | -- Sovereignty: Maintain full control over your chain’s revenue, governance, security, economic policies, and more. |
| 29 | +### Where to now? |
20 | 30 |
|
21 | | -## Dive deeper into the CDK |
| 31 | +- [Deploy a local CDK on Kurtosis](./getting-started/local-deployment.md). Follow the guide to deploy a CDK stack on your local machine. |
22 | 32 |
|
23 | | -Polygon CDK gives developers a toolkit for sovereign and modular chain design, without sacrificing future interoperability with other L2 chains. Chains built with Polygon CDK can access an ecosystem of (forthcoming) unified liquidity, optimized performance, and seamless asset transfers, all while prioritizing user experience and data security. |
| 33 | +- Check out the [concepts documentation](./concepts/layer2s.md) to understand the CDK at a high level. |
24 | 34 |
|
25 | | -- [Concepts](https://docs.polygon.technology/cdk/concepts/layer2s) to understand the CDK at a high level. |
26 | | -- [Getting Started](https://docs.polygon.technology/cdk/getting-started) to deploy a CDK stack on your local machine. |
27 | | -- [Architecture](https://docs.polygon.technology/cdk/architecture/cdk-zkevm/) to understand the CDK’s components and how they interact with each other. |
| 35 | +- Have a look at the [CDK architecture docs](https://docs.polygon.technology/cdk/architecture/cdk-zkevm/) to understand the CDK's components and how they interact with each other. |
0 commit comments