NethermindEth / StarknetByExample

A collection of examples of Cairo smart contracts for Starknet.
https://starknet-by-example.voyager.online/
MIT License
120 stars 86 forks source link

Feat: SNARK proof verification #262

Open julio4 opened 1 day ago

julio4 commented 1 day ago

Description

Thanks to the amazing work of garaga it is now possible to verify SNARK proofs on Starknet. We want to show a use case of this with an example of a contract that rely on a deployed verifier to verify one proof and do something with the result.

An opening idea would be age verification where users can prove they are above a certain age without revealing their birth date.

Criteria:

Resources:

ODHack

To be eligible for additional rewards, be sure to review and follow the ODHack Common Guidelines and Contributing Guidelines. Be sure to join the telegram group and introduce yourself.

ShantelPeters commented 1 day ago

Hi @julio4 please can I work on this issue

augustin-v commented 1 day ago

Hi this seems like a really interesting issue, I'd love to work on it. I have experience with Cairo and Rust, and contributed to Kakarot-ssj

mimisavage commented 1 day ago

Is it okay if I take this?

blessingbytes commented 1 day ago

pls, i would love to tackle this issue

Supa-mega commented 1 day ago

Can I work on this, please?