Skip to content

Commit

Permalink
update nav
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchpolygon committed Dec 9, 2024
1 parent 0e0983e commit 664dc60
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
6 changes: 0 additions & 6 deletions docs/cdk/overview.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
<!--
---
comments: true
---
-->

The **Polygon Chain Development Kit (CDK)** is a modular, open-source toolkit for building highly customizable Ethereum-compatible layer 2s. Designed to empower developers to build for their use case, CDK enables the deployment of Layer 2 solutions optimized for performance, security, and cost-efficiency.

## Flexible Configurations
Expand Down
36 changes: 21 additions & 15 deletions docs/cdk/releases/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,38 @@
# Polygon CDK Version 12 Release Notes
# Version 12 Release Notes

**Polygon CDK Version 12** introduces critical updates to enhance performance, security, and developer experience, with a focus on **Full Execution Proofs** and **Erigon integration**.
Polygon CDK Version 12 introduces critical updates to enhance performance, security, and the developer experience, including Full Execution Proofs and Erigon integration.

---

## Key Updates

### Full Execution Proofs
- **zk-Based Security:** Ensures robust transaction validation with zero-knowledge proofs.
- **Rollback Sequences:** Introduces protocol flexibility with minimal downtime for updates and recovery.
- **Customizable Upgrades:** Supports sovereign updates, allowing operators to manage their chain independently.
- zk-based security for robust transaction validation.
- Rollback sequences for protocol flexibility and minimal downtime.
- Customizable upgrades, allowing operators to manage their chain independently.

### Erigon Client Integration
- **Ethereum Compatibility:** Seamless interaction with Ethereum-based tools and infrastructure.
- **High Performance:** Increased transaction throughput (TPS) and improved efficiency for high-demand chains.
- Seamless compatibility with Ethereum-based tools and infrastructure.
- Increased transaction throughput (TPS) for high-demand chains.

### Enhanced Prover Capacity
- Supports higher zkCounter limits for complex computations and high transaction loads.
- Supports higher zkCounter limits for complex computations and high transaction volumes.

### Improved Developer Experience
- **CLI Enhancements:** Simplifies chain deployment and reduces time-to-market.
- **Updated Documentation:** Provides clearer guidance for building and deploying chains with CDK.
- CLI enhancements simplify chain deployment and reduce time-to-market.
- Updated documentation provides clearer guidance for building and deploying chains.

---

## Benefits for Developers
- **Security:** Full Execution Proofs deliver advanced zk-based protection for transactions.
- **Scalability:** Enhanced prover capacity supports high TPS and complex applications.
- **Performance:** Erigon integration boosts chain speed and ensures compatibility with Ethereum tooling.
- **Security:** Advanced zk-based protection for transactions.
- **Scalability:** Supports high TPS and complex applications.
- **Performance:** Boosts chain speed and ensures compatibility with Ethereum tooling.

---

## Next Steps
- **[Explore the Full Features](../cdk/concepts/overview.md):** Learn about Full Execution Proofs and Erigon integration.
- **[Deploy Your Chain](../cdk/getting-started/cli-guide.md):** Follow the CLI guide to launch your Layer 2 solution.
- [Explore the Full Features](../cdk/concepts/overview.md): Learn more about Full Execution Proofs and Erigon integration.
- [Deploy Your Chain](../cdk/getting-started/cli-guide.md): Follow the CLI guide to launch your Layer 2 solution.

Polygon CDK Version 12 provides the tools to build scalable, secure, and high-performance Layer 2 solutions. Start building today!

0 comments on commit 664dc60

Please sign in to comment.