Update blockchain resources (#4502)
parent
b92ae9b836
commit
05492b60ee
3 changed files with 27 additions and 3 deletions
@ -1,8 +1,13 @@ |
|||||||
# Polygon |
# Polygon |
||||||
|
|
||||||
Polygon, formerly known as the Matic Network, is a scaling solution that aims to provide multiple tools to improve the speed and reduce the cost and complexities of transactions on the Ethereum blockchain. |
Polygon, formerly known as the Matic Network, is a protocol that allows anyone to create and exchange value, powered by zero-knowledge technology. Polygon provides multiple solutions including |
||||||
|
|
||||||
|
- [Polygon zkEVM](https://polygon.technology/polygon-zkevm), a zk powered EVM equivalent L2 |
||||||
|
- [Polygon PoS](https://polygon.technology/polygon-pos), a proof of stake, EVM compatible side chain |
||||||
|
- [Polygon CDK](https://polygon.technology/polygon-cdk), a Chain Development Kit for building customizable zk powered L2s |
||||||
|
- [Polygon ID](https://polygon.technology/polygon-id), identity infrastructure and SDKs to facilitate trusted and secure relationships between apps and users |
||||||
|
|
||||||
Visit the following resources to learn more: |
Visit the following resources to learn more: |
||||||
|
|
||||||
- [Polygon whitepaper](https://polygon.technology/lightpaper-polygon.pdf) |
- [Introduction to Polygon](https://wiki.polygon.technology/) |
||||||
- [Introduction to Polygon](https://wiki.polygon.technology/docs/develop/getting-started) |
- [Polygon POL whitepaper](https://polygon.technology/papers/pol-whitepaper) |
||||||
|
@ -0,0 +1,18 @@ |
|||||||
|
# Polygon zkEVM |
||||||
|
|
||||||
|
Polygon zkEVM is a decentralized Ethereum Layer 2 scalability solution that uses cryptographic zero-knowledge proofs to offer validity and quick finality to off-chain transaction computation, also known as a ZK-Rollup. |
||||||
|
|
||||||
|
The ZK-Rollup executes smart contracts transparently, by publishing zero-knowledge validity proofs, while maintaining opcode compatibility with the Ethereum Virtual Machine. |
||||||
|
|
||||||
|
Benefits of Polygon zkEVM |
||||||
|
|
||||||
|
- EVM-equivalence |
||||||
|
- Ethereum security |
||||||
|
- ZKP-powered scalability |
||||||
|
|
||||||
|
Visit the following resources to learn more: |
||||||
|
|
||||||
|
- [Introduction to Polygon zkEVM](https://wiki.polygon.technology/docs/zkevm/introduction/) |
||||||
|
- [Polygon zkEVM Quickstart](https://wiki.polygon.technology/docs/zkevm/develop/) |
||||||
|
- [Polygon zkEVM Faucet Guide](https://wiki.polygon.technology/docs/zkevm/guides/zkevm-faucet/) |
||||||
|
- [Polygon zkEVM Asset Bridging Guide](https://wiki.polygon.technology/docs/zkevm/bridge-to-zkevm/) |
Loading…
Reference in new issue