Skip to content

Commit a45e8d5

Browse files
commit new page
1 parent cc2dabd commit a45e8d5

File tree

3 files changed

+108
-22
lines changed

3 files changed

+108
-22
lines changed

docs/learn/index.md

Lines changed: 84 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,86 @@
1-
The Polygon Knowledge Layer consists of two parts. Firstly, documents that developers need in order to build with Polygon protocols. Secondly, resources necessary for learning about Polygon technologies.
1+
---
2+
hide:
3+
- toc
4+
---
25

3-
The Learn section outlines scaling technologies, both live and in-development Polygon protocols, with the intention to display how they will all fit together.
4-
As these scaling technologies go live, details of the concepts will in tandem be documented and published.
5-
6-
This section gives you a peek into the future, the Polygon 2.0 vision which is community-driven.
7-
8-
## Polygon 2.0: The basics
9-
10-
Polygon technologies will help developers build in an elastically scalable and unified ecosystem of ZK-powered Layer 2s on Ethereum, where users can create, program and exchange value.
11-
12-
The Polygon 2.0 vision is a unified multichain ecosystem. A web of interoperable ZK-powered Ethereum L2s, with near-instant and atomic L2 <> L2 transactions, and designed to empower developers to build without limitations. Developers will choose to build dApps, design and launch dedicated application-specific L2 chains, or migrate existing EVM Layer 1 chains to become an L2.
13-
14-
The endgame of Polygon 2.0 is for developers to build in an environment that feels and functions more like the internet. This means a blockchain ecosystem that can scale without limit, seamlessly unified, and backed by the decentralization and security of Ethereum.
15-
16-
### Zero-knowledge is the key
17-
18-
Fundamentally, building this web of ZK-powered L2s comes down to one challenge: trustless, off-chain computation. In order to scale Ethereum, one needs to preserve Ethereum’s execution logic while making it more efficient.
19-
20-
The best way to accomplish this goal is through zero-knowledge cryptography as it is capable of providing verifiable proofs that attest to the integrity of off-chain computations. Otherwise, scaling technologies often have to add additional social-economic mechanisms to mediate off-chain computations. The consequence of which is delayed settlement of transactions.
21-
22-
Polygon 2.0 applies the open source, zero-knowledge scaling technology developed at Polygon Labs, and this will allow Ethereum to scale to the limits of the internet.
6+
<style>
7+
.git-revision-date-localized-plugin, .md-source-file, .md-content__button.md-icon {
8+
display: none;
9+
}
10+
</style>
2311

12+
<div class="section-wrapper product-section-head">
13+
<div class="hero-image"><img src="../img/home/main-img.svg" loading="lazy" class="hero-image" style="width: 40%; float: right;"></div>
14+
<div class="hero-left">
15+
<h1 class="hero-heading">Developer tools</h1>
16+
<p class="hero-subtext">This section describes some of the in-house and third-party tools that are used by developers to work with Polygon products and services.</p>
17+
<p class="hero-subtext">Find out how to access data, code against blockchain networks, use oracles, and much more. </p>
18+
</div>
19+
</div>
20+
<div class="grid-container">
21+
<div class="grid-item">
22+
<a href="./dApp-development/common-tools/hardhat">
23+
<div class="product-list-item-header">
24+
<div class="feature-card-heading">Smart contracts</div>
25+
</div>
26+
<p class="feature-paragraph">Common software for designing, building, and deploying smart contracts.</p>
27+
</a>
28+
</div>
29+
<div class="grid-item">
30+
<a href="./gas/matic-faucet">
31+
<div class="product-list-item-header">
32+
<div class="feature-card-heading">Gas</div>
33+
</div>
34+
<p class="feature-paragraph">The Polygon MATIC gas faucet and gas estimation tools.</p>
35+
</a>
36+
</div>
37+
<div class="grid-item">
38+
<a href="./data/the-graph/overview">
39+
<div class="product-list-item-header">
40+
<div class="feature-card-heading">Data</div>
41+
</div>
42+
<p class="feature-paragraph">Software tools, such as Graph, used for efficient data manipulation on Polygon networks.</p>
43+
</a>
44+
</div>
45+
<div class="grid-item">
46+
<a href="./matic-js/get-started">
47+
<div class="product-list-item-header">
48+
<div class="feature-card-heading">MaticJS</div>
49+
</div>
50+
<p class="feature-paragraph">The <code>matic.js</code> library used to interact with Polygon networks and services.</p>
51+
</a>
52+
</div>
53+
<div class="grid-item">
54+
<a href="./storage/ipfs">
55+
<div class="product-list-item-header">
56+
<div class="feature-card-heading">Storage</div>
57+
</div>
58+
<p class="feature-paragraph">Interact with blockchain storage services such as IPFS.</p>
59+
</a>
60+
</div>
61+
<div class="grid-item">
62+
<a href="./oracles/getting-started">
63+
<div class="product-list-item-header">
64+
<div class="feature-card-heading">Oracles</div>
65+
</div>
66+
<p class="feature-paragraph">Oracle services used for accessing accurate offline data.</p>
67+
</a>
68+
</div>
69+
<div class="grid-item">
70+
<a href="./wallets/getting-started">
71+
<div class="product-list-item-header">
72+
<div class="feature-card-heading">Wallets</div>
73+
</div>
74+
<p class="feature-paragraph">Using Polygon-compatible external wallets, such as MetaMask, with Polygon networks.</p>
75+
</a>
76+
</div>
77+
<div class="grid-item">
78+
<a href="https://polygonscan.com/">
79+
<div class="product-list-item-header">
80+
<div class="feature-card-heading">Block explorers</div>
81+
</div>
82+
<p class="feature-paragraph">Quick links to useful block explorers such as https://polygonscan.com/ for example.</p>
83+
</a>
84+
</div>
85+
</div>
86+
</div>

docs/learn/welcome.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
The Polygon Knowledge Layer consists of two parts. Firstly, documents that developers need in order to build with Polygon protocols. Secondly, resources necessary for learning about Polygon technologies.
2+
3+
The Learn section outlines scaling technologies, both live and in-development Polygon protocols, with the intention to display how they will all fit together.
4+
As these scaling technologies go live, details of the concepts will in tandem be documented and published.
5+
6+
This section gives you a peek into the future, the Polygon 2.0 vision which is community-driven.
7+
8+
## Polygon 2.0: The basics
9+
10+
Polygon technologies will help developers build in an elastically scalable and unified ecosystem of ZK-powered Layer 2s on Ethereum, where users can create, program and exchange value.
11+
12+
The Polygon 2.0 vision is a unified multichain ecosystem. A web of interoperable ZK-powered Ethereum L2s, with near-instant and atomic L2 <> L2 transactions, and designed to empower developers to build without limitations. Developers will choose to build dApps, design and launch dedicated application-specific L2 chains, or migrate existing EVM Layer 1 chains to become an L2.
13+
14+
The endgame of Polygon 2.0 is for developers to build in an environment that feels and functions more like the internet. This means a blockchain ecosystem that can scale without limit, seamlessly unified, and backed by the decentralization and security of Ethereum.
15+
16+
### Zero-knowledge is the key
17+
18+
Fundamentally, building this web of ZK-powered L2s comes down to one challenge: trustless, off-chain computation. In order to scale Ethereum, one needs to preserve Ethereum’s execution logic while making it more efficient.
19+
20+
The best way to accomplish this goal is through zero-knowledge cryptography as it is capable of providing verifiable proofs that attest to the integrity of off-chain computations. Otherwise, scaling technologies often have to add additional social-economic mechanisms to mediate off-chain computations. The consequence of which is delayed settlement of transactions.
21+
22+
Polygon 2.0 applies the open source, zero-knowledge scaling technology developed at Polygon Labs, and this will allow Ethereum to scale to the limits of the internet.
23+

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,6 @@ nav:
443443
- Replit: tools/dApp-development/common-tools/replit.md
444444
- Third-party tutorials:
445445
- Alchemy subgraphs: https://docs.alchemy.com/docs/how-to-build-and-deploy-a-subgraph-on-polygon-zkevm-using-alchemy-subgraphs
446-
447446
- Gas:
448447
- Polygon MATIC faucet: tools/gas/matic-faucet.md
449448
- Polygon gas station: tools/gas/polygon-gas-station.md
@@ -572,6 +571,7 @@ nav:
572571
- OKLink: https://www.oklink.com/polygon
573572
- Learn:
574573
- Learn: learn/index.md
574+
- Welcome: learn/welcome.md
575575
- Unified liquidity and scalability: learn/liquidity-and-scalability.md
576576
- Aggregation layer: learn/agglayer.md
577577
- Polygon protocols: learn/polygon-protocols.md

0 commit comments

Comments
 (0)