-
Notifications
You must be signed in to change notification settings - Fork 27
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
Anonymous Proof of Builder Status via GitHub Contributions #5
base: main
Are you sure you want to change the base?
Conversation
|
||
**Description:** | ||
|
||
This projects enables developers to prove their builder status, verifying their contributions to various GitHub repositories, without showing their GitHub username or any other personal information. Thanks to **zkEmail** and the privacy enabled by the **Aztec**, it's possible to create zero-knowledge proofs using emails notifications from GitHub, for example, commit confirmations or pull request merges which in turn, would enable developers to claim airdrops or access exclusive events or perks on a completely anonymous basis using just their github contributions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Absolutely love this idea. I think it can be very powerful.
|
||
2. **Regex Parsing of Email Content:** | ||
- **Extract Relevant Information:** | ||
- Employ zkRegex parsing the email body and extract commit hashes, repository names, or contribution details. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If things are straightforward, you might be able to get away with just using string search (rather than full regex).
|
||
## Expected Outcomes | ||
|
||
A working application that allows developers to anonymously prove their GitHub contributions and claim airdrops or rewards. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Stretch goals might include other things present in github email: stars, orgs, ...
These might be small tweaks to the zkemail component (after the first part is working)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@joaolago1113 were you able to add any code?
Implement the client side of ZeKshop and work on the UI
Anonymous Proof of Builder Status via GitHub Contributions
Description:
This projects enables developers to prove their builder status, verifying their contributions to various GitHub repositories, without showing their GitHub username or any other personal information. Thanks to zkEmail and the privacy enabled by the Aztec, it's possible to create zero-knowledge proofs using emails notifications from GitHub, for example, commit confirmations or pull request merges which in turn, would enable developers to claim airdrops or access exclusive events or perks on a completely anonymous basis using just their github contributions.
Challenge Selection
Note: You can change which challenges you've selected during the competition if you'd like. You are not bound by your choices or descriptions entered during the one-week check-in.
Team Information
Technical Approach
High-Level Outline of Main Components:
zkEmail Integration:
Regex Parsing of Email Content:
Smart Contracts on Aztec Network:
User Interface:
Specific Aztec Tools or Features Used:
Expected Outcomes
A working application that allows developers to anonymously prove their GitHub contributions and claim airdrops or rewards.
Lessons Learned (For Submission)
Project Links (For Submission)
Please provide links to any relevant documentation, code, or other resources that you've used in your project.
Video Demo (For Submission)
Please provide a link to a video demo of your project. The demo should be no longer than 5 minutes and should include a brief intro to your team and your project.