-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggest a tutorial: Using zero-knowledge for a secret state #13234
Comments
Hey @qbzzt! Thanks for the suggestion, this sounds like a cool tutorial. Will go ahead and assign you. cc: @minimalsm |
Thank you. BTW, I'll use Zokrates because Cairo doesn't seem to be
something you can easily check on the EVM.
…On Sat, Jun 29, 2024 at 1:06 PM Paul Wackerow ***@***.***> wrote:
Hey @qbzzt <https://github.com/qbzzt>! Thanks for the suggestion, this
sounds like a cool tutorial. Will go ahead and assign you.
cc: @minimalsm <https://github.com/minimalsm>
—
Reply to this email directly, view it on GitHub
<#13234 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADBCGGLS6EZWILSHFCCJRGDZJ3ZSTAVCNFSM6AAAAABJ2YCFPSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOJYGI4DANBQG4>
.
You are receiving this because you were assigned.Message ID:
***@***.***>
|
I've already done 22 hours of work on this tutorial, and I'm nowhere near done. Sorry it's taking so long, but it's a complicated dapp to write and explain. It has three main components (server that holds the secret state, client with a UI, and the onchain component that facilitates communication between them), three computer languages (TypeScript, Zokrates, and Solidity), etc. |
This issue is stale because it has been open 30 days with no activity. |
Hey @qbzzt, any update here? |
Close to done. You can see my draft at https://github.com/qbzzt/ethereum-org-website/blob/240714-zero-knowledge-state/public/content/developers/tutorials/secret-state/index.md . It's just taking longer than expected because it's complicated, I think it's the most complicated article I've written for ethereum.org. |
This issue is stale because it has been open 30 days with no activity. |
Tutorial title
Using zero-knowledge for a secret state
Tutorial description
Onchain games are limited because they cannot keep any hidden information. After reading this tutorial, a reader will be able to combine zero-knowledge proofs and server components (see #13228) to create verifiable games with a secret state, offchain, component.
The technique to do this will be demonstrated by creating a minesweeper game.
Tutorial tags
server, offchain, centralized, zero-knowledge
Skill level
Intermediate
Hosted on ethereum.org or hosted elsewhere?
Hosted on ethereum.org
For tutorials to be hosted on Ethereum.org: Tutorial Content
For tutorials hosted elsewhere: URL to tutorial
No response
Would you like to work on this issue?
The text was updated successfully, but these errors were encountered: