-
Notifications
You must be signed in to change notification settings - Fork 290
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #76 from 0xPolygon/km/cdk_fix
Fixing issues with CDK section
- Loading branch information
Showing
14 changed files
with
105 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
!!! note "Recommendation" | ||
Follow the [quickstart](quickstart-rollup.md) for a hands-on introduction to CDK in rollup mode. | ||
|
||
!!! note | ||
- The documentation describes standard deployments. | ||
- Edit the configuration files to implement your own custom setups. | ||
|
||
## Deploy a CDK rollup locally | ||
|
||
The [zkEVM deployment quickstart documentation](../../zkEVM/get-started/deploy-zkevm/index.md) shows you how to deploy a zkEVM rollup on your local machine. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,40 @@ | ||
<div class="flex-figure" markdown="1"> | ||
<div class="flex-figure-left" markdown="1"> | ||
# Polygon CDK | ||
Polygon Chain Development Kit (CDK) is a modular, open source software toolkit for blockchain developers to launch new L2 chains on Ethereum. | ||
</div> | ||
<div class="flex-figure-right"> | ||
<img src="../img/cdk/cdk.svg" class="figure figure-right" alt="" /> | ||
</div> | ||
</div> | ||
--- | ||
hide: | ||
- toc | ||
--- | ||
|
||
<div class="section-wrapper product-section-head"> | ||
<div class="hero-image"><img src="../img/cdk/cdk.svg" loading="lazy" class="hero-image" style="width: 40%; float: right;"></div> | ||
<div class="hero-left"> | ||
<h1 class="hero-heading">Polygon CDK</h1> | ||
<p class="hero-subtext">Polygon Chain Development Kit (CDK) is a modular, open source software toolkit for blockchain developers to launch new L2 chains on Ethereum.</p> | ||
</div> | ||
</br> | ||
</div> | ||
<div class="grid-container"> | ||
<div class="grid-item"> | ||
<a href="./get-started/quickstart-rollup"> | ||
<div class="product-list-item-header"> | ||
<div class="feature-card-heading">CDK rollups</div> | ||
</div> | ||
<p class="feature-paragraph">Get started with the CDK zkRollup stack.</p> | ||
</a> | ||
</div> | ||
<div class="grid-item"> | ||
<a href="./get-started/quickstart-validium"> | ||
<div class="product-list-item-header"> | ||
<div class="feature-card-heading">CDK validiums</div> | ||
</div> | ||
<p class="feature-paragraph">Get started with the CDK validium stack.</p> | ||
</a> | ||
</div> | ||
<div class="grid-item"> | ||
<a href="./spec/validium-vs-rollup"> | ||
<div class="product-list-item-header"> | ||
<div class="feature-card-heading">Rollup versus validium</div> | ||
</div> | ||
<p class="feature-paragraph">Discover the key differences between the rollup and validium infrastructure options.</p> | ||
</a> | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters