Skip to content

Conversation

qbzzt
Copy link
Contributor

@qbzzt qbzzt commented Oct 4, 2025

Description

In this tutorial, we build a semi-secret bank for deposits. The bank is a centralized component; it knows the balance of each user. However, this information is not stored onchain. Instead, the bank posts a hash of the state. Every time there is a transaction, the bank posts the new hash, along with a zero-knowledge proof that it has a signed transaction that changes the hash state to the new one. After reading this tutorial, you will understand not just how to use zero-knowledge proofs, but also why you use them and how to do so securely.

Related Issue

Copy link

netlify bot commented Oct 4, 2025

Deploy Preview for ethereumorg ready!

Name Link
🔨 Latest commit 1aaebb2
🔍 Latest deploy log https://app.netlify.com/projects/ethereumorg/deploys/68e14de84303040008aca286
😎 Deploy Preview https://deploy-preview-16435--ethereumorg.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
7 paths audited
Performance: 47 (🟢 up 4 from production)
Accessibility: 94 (no change from production)
Best Practices: 92 (no change from production)
SEO: 99 (🟢 up 7 from production)
PWA: 59 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content 🖋️ This involves copy additions or edits
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tutorial: Write your own app-specific zero knowledge plasma
1 participant