What are zero-knowledge proofs and why are they useful in blockchain? #6
Answered
by
techvoyagerX
RuneEcho1357
asked this question in
Q&A
-
|
What are zero-knowledge proofs and why are they useful in blockchain? |
Beta Was this translation helpful? Give feedback.
Answered by
techvoyagerX
Jul 30, 2025
Replies: 1 comment
-
|
ZK-proofs let one prove knowledge of data without revealing it. Useful for privacy-preserving blockchains like Zcash or for scalability (e.g., zk-rollups on Ethereum). |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
RuneEcho1357
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ZK-proofs let one prove knowledge of data without revealing it. Useful for privacy-preserving blockchains like Zcash or for scalability (e.g., zk-rollups on Ethereum).