1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-03-15 12:49:43 +01:00

Add resource links to blockchain roadmap (#3317)

I would suggest those articles since it is an advanced subject. the first one explains the math behind zk-rollups and the second one is Vitalik ( Founder of Ethereum) explaining how snarks work.
This commit is contained in:
Zied Chekir 2023-01-18 13:56:03 +01:00 committed by GitHub
parent 64e20e9fc1
commit 231e295f01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,3 +5,5 @@ Zero-knowledge rollups (ZK-rollups) are layer 2 scaling solutions that increase
Visit the following resources to learn more:
- [Zero-Knowledge Rollups - Ethereum](https://ethereum.org/en/developers/docs/scaling/zk-rollups)
- [Why and How zk-SNARK Works](https://medium.com/@imolfar/why-and-how-zk-snark-works-1-introduction-the-medium-of-a-proof-d946e931160)
- [Introduction to zk-SNARKs](https://vitalik.ca/general/2021/01/26/snarks.html)