Skip to content

Commit 642ab3e

Browse files
authored
Merge pull request #7067 from ethereum/zk-primer
Add callout to ZK page
2 parents ecff912 + f3bcc88 commit 642ab3e

File tree

1 file changed

+2
-0
lines changed
  • src/content/developers/docs/scaling/zk-rollups

1 file changed

+2
-0
lines changed

src/content/developers/docs/scaling/zk-rollups/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ You should have a good understanding of all the foundational topics and a high-l
1111

1212
Looking for a more beginner-friendly resource? See our [introduction to layer 2](/layer-2/).
1313

14+
You should also be familiar with zero-knowledge proofs. See our [introduction to zero-knowledge proofs](/zero-knowledge-proofs/).
15+
1416
## Zero-knowledge rollups {#zk-rollups}
1517

1618
**Zero-knowledge rollups (ZK-rollups)** bundle (or "roll-up") hundreds of transfers off-chain and generate a cryptographic proof. These proofs can come in the form of SNARKs (succinct non-interactive argument of knowledge) or STARKs (scalable transparent argument of knowledge). SNARKs and STARKs are known as validity proofs and get posted to layer 1.

0 commit comments

Comments
 (0)