-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #78 from zama-ai/zaccherinij-patch-season-4
Update README.md
- Loading branch information
Showing
1 changed file
with
34 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<!-- bounty program logo --> | ||
<img width=100% src="https://user-images.githubusercontent.com/5758427/231228314-85ba6a92-f25d-47c7-abe1-c4c8da09ea45.png"> | ||
<br/><br/> | ||
<a href="https://github.com/zama-ai/bounty-program#important-dates"><img src="https://img.shields.io/badge/Season-3-%3498db?style=flat-square"></a> | ||
<a href="https://github.com/zama-ai/bounty-program#important-dates"><img src="https://img.shields.io/badge/Season-4-%3498db?style=flat-square"></a> | ||
<a href="https://discord.fhe.org"><img src="https://img.shields.io/discord/901152454077452399?color=7289da&style=flat-square&label=Discord&logo=discord&logoColor=white"></a> | ||
<a href="https://zama.ai/community"><img src="https://img.shields.io/badge/Community-support-yellow?style=flat-square"></a> | ||
<br/><br/> | ||
|
@@ -11,7 +11,7 @@ | |
|
||
# Table of content | ||
- [Overview](#Overview) | ||
- [Open Bounties](#Season-3-bounties) | ||
- [List of bounties](#Season-4-bounties) | ||
- [How to participate](#How-to-participate) | ||
- [Committee](#Committee) | ||
- [Leaderboard](#Leaderboard) | ||
|
@@ -24,20 +24,22 @@ | |
Welcome to the [Zama](https://github.com/zama-ai) Bounty Program! As an open source company working on Fully Homomorphic Encryption (FHE) and open source cryptographic tools that make protecting privacy easy, we're happy to start this <b>experimental</b> program to encourage anyone from the community to help us move the space forward. | ||
|
||
### Important dates | ||
- <b>Season 3</b>: May 24th, 2023 -> August 27th, 2023 | ||
- <b>Submission deadline:</b> August 27th, 2023 at midnight AoE (Anywhere on Earth) | ||
- <b>Season 4</b>: September 27th, 2023 -> December 17th, 2023 | ||
- <b>Submission deadline:</b> December 17th, 2023 at midnight AoE (Anywhere on Earth) | ||
|
||
![separator](https://user-images.githubusercontent.com/5758427/191255076-1359262a-ed90-4612-b266-68781f16e15f.png) | ||
|
||
# Season 3 bounties | ||
# Season 4 bounties | ||
### Currently open bounties | ||
We currently have bounties targeting our main libraries: | ||
- **TFHE-rs**: [Create a FHE ECDSA signature tutorial.](https://github.com/zama-ai/bounty-program/issues/45) | ||
- **Concrete**: [Encrypted Matrix Inversion.](https://github.com/zama-ai/bounty-program/issues/55) | ||
- **Concrete ML**: [Create an application "Play Chess" in FHE.](https://github.com/zama-ai/bounty-program/issues/46) | ||
- **TFHE-rs**: [Create a String Library That Works on Encrypted Data Using TFHE-rs](https://github.com/zama-ai/bounty-program/issues/80) | ||
- **Concrete ML**: [Create a Privacy Preserving Version of Shazam Using FHE and Concrete ML](https://github.com/zama-ai/bounty-program/issues/79]) | ||
- **fhEVM**: [Create an Automated Market Maker Using Zama's fhEVM](https://github.com/zama-ai/bounty-program/issues/81) | ||
|
||
### Propose a bounty | ||
### Create a bounty proposition | ||
Do you want to contribute to the Zama Bounty Program with a bounty that is not already listed? We are always open to suggestions. You can submit a bounty proposition and our team will come back to you to approve, reject or ask you to update your proposition. | ||
- [Open a bounty proposition](https://github.com/zama-ai/bounty-program/issues/new?assignees=aquint-zama%2C+zaccherinij&labels=Proposition&template=zama-bounty-program--proposition.md&title=%3Center+Bounty+name%3E) | ||
- [Create a bounty proposition](https://github.com/zama-ai/bounty-program/issues/new?assignees=aquint-zama%2C+zaccherinij&labels=Proposition&template=zama-bounty-program--proposition.md&title=%3Center+Bounty+name%3E) | ||
- Or see examples of bounties created by the community by the community [here](https://github.com/zama-ai/bounty-program/issues?q=is%3Aissue+is%3Aopen+label%3A%22%E2%98%9D%EF%B8%8F+Open+bounty+proposition%22). | ||
|
||
### Previously solved bounties | ||
- [Browse all bounties that were solved during previous seasons](https://github.com/zama-ai/bounty-program/issues?q=is%3Aclosed+label%3A%22%F0%9F%92%B0+Bounty+awarded%22+) | ||
|
@@ -63,6 +65,18 @@ We are reviewing most of the submissions at the end of every seasons. But feel f | |
#### How are bounties reviewed? | ||
Every bounty solution is reviewed as a code submission. If the code does not meet the quality or the performance expected, the proposition will be rejected, or partially rewarded. If a bounty is not solved during a specific season, it can be kept open for the next one. | ||
|
||
#### What is the reward? | ||
Each bounty created by the team at Zama is attributed a total envelop of €15,000 for rewards. | ||
|
||
#### 🥇Best submission: up to €10,000. | ||
To be considered best submission, a solution must be efficient, effective and demonstrate a deep understanding of the core problem. Alongside the technical correctness, it should also be submitted with a clean code, clear explanations and a complete documentation. | ||
|
||
#### 🥈Second-best submission: up to €3,500. | ||
For a solution to be considered the second best submission, it should be both efficient and effective. The code should be neat and readable, while its documentation might not be as exhaustive as the best submission, it should cover the key aspects of the solution. | ||
|
||
#### 🥉Third-best submission: up to €1,500. | ||
The third best submission is one that presents a solution that effectively tackles the challenge at hand, even if it may have certain areas of improvement in terms of efficiency or depth of understanding. Documentation should be present, covering the essential components of the solution. | ||
|
||
#### I have more questions, where can I contact the Zama team? | ||
You can either write us at: [email protected] or ping us on the dedicated discord channel [here](https://discord.fhe.org). | ||
|
||
|
@@ -81,14 +95,16 @@ Our bounty committee is responsible for everything from accepting your initial b | |
| ------------- | ------------- | ------------- | | ||
| 1 | <a href="https://github.com/rklompuu"><img src="https://avatars.githubusercontent.com/u/12587255?v=4" width="20px"> RKlompUU</a> | 10,000€ | ||
| 2 | <a href="https://github.com/alpaylan"><img src="https://avatars.githubusercontent.com/u/19610315?v=4" width="20px"> Alpaylan</a> | 8,500€ | ||
| 3 | <a href="https://github.com/poechsel"><img src="https://avatars.githubusercontent.com/u/29667245?v=4" width="20px"> Poechsel</a> | 6,800€ | ||
| 4 | <a href="https://github.com/yagizsenal"><img src="https://avatars.githubusercontent.com/u/17150640?v=4" width="20px"> Yagizsenal</a> | 4,000€ | ||
| 5 | <a href="https://github.com/josesk999"><img src="https://avatars.githubusercontent.com/u/83597627?v=4" width="20px"> JoseSK999</a> | 3,750€ | ||
| 6 | <a href="https://github.com/rasoulam"><img src="https://avatars.githubusercontent.com/u/18232979?v=4" width="20px"> RasoulAM</a> | 3,750€ | ||
| 6 | <a href="https://github.com/amt42"><img src="https://avatars.githubusercontent.com/u/59479833?v=4" width="20px"> AmT42</a> | 500€ | ||
| 7 | <a href="https://github.com/oboulant"><img src="https://avatars.githubusercontent.com/u/12909374?v=4" width="20px"> Oboulant</a> | 500€ | ||
| 8 | <a href="https://github.com/robinstraub"><img src="https://avatars.githubusercontent.com/u/17799181?v=4" width="20px"> Robinstraub</a> | 500€ | ||
| 9 | <a href="https://github.com/thomas-quadratic"><img src="https://avatars.githubusercontent.com/u/116874460?v=4" width="20px"> Thomas-quadratic</a> | 500€ | ||
| 3 | <a href="https://github.com/Lcressot"><img src="https://avatars.githubusercontent.com/u/12514349?v=4" width="20px"> Lcressot</a> | 7,500€ | ||
| 4 | <a href="https://github.com/Tetration-Lab"><img src="https://avatars.githubusercontent.com/u/120179265?s=200&v=4" width="20px"> Tetration-Lab</a> | 7,500€ | ||
| 5 | <a href="https://github.com/poechsel"><img src="https://avatars.githubusercontent.com/u/29667245?v=4" width="20px"> Poechsel</a> | 6,800€ | ||
| 6 | <a href="https://github.com/yagizsenal"><img src="https://avatars.githubusercontent.com/u/17150640?v=4" width="20px"> Yagizsenal</a> | 4,000€ | ||
| 7 | <a href="https://github.com/josesk999"><img src="https://avatars.githubusercontent.com/u/83597627?v=4" width="20px"> JoseSK999</a> | 3,750€ | ||
| 8 | <a href="https://github.com/rasoulam"><img src="https://avatars.githubusercontent.com/u/18232979?v=4" width="20px"> RasoulAM</a> | 3,750€ | ||
| 9 | <a href="https://github.com/amt42"><img src="https://avatars.githubusercontent.com/u/59479833?v=4" width="20px"> AmT42</a> | 500€ | ||
| 10 | <a href="https://github.com/oboulant"><img src="https://avatars.githubusercontent.com/u/12909374?v=4" width="20px"> Oboulant</a> | 500€ | ||
| 11 | <a href="https://github.com/robinstraub"><img src="https://avatars.githubusercontent.com/u/17799181?v=4" width="20px"> Robinstraub</a> | 500€ | ||
| 12 | <a href="https://github.com/thomas-quadratic"><img src="https://avatars.githubusercontent.com/u/116874460?v=4" width="20px"> Thomas-quadratic</a> | 500€ | ||
| ? | <img src="https://lh4.googleusercontent.com/xoCILvhf_VQoN-sgKkwZxBiG8ar8-vqUBFntsYla04_BDAp8k7Q-yq0teK3R_8fLUPQ=w2400" width="20px"> You | [Join Program](https://github.com/zama-ai/bounty-program/issues/new?assignees=zaccherinij%2C+aquint-zama&labels=Application&projects=&template=zama-bounty-program--application.md&title=%3Center+Bounty+name%3E) | ||
|
||
|
||
|
@@ -99,4 +115,3 @@ Our bounty committee is responsible for everything from accepting your initial b | |
- Email for private questions: [email protected] | ||
- Official discord channel for live discussions: [discord.fhe.org](https://discord.fhe.org). | ||
- Zama community forum for technical questions: [community.zama.ai/bounty-program](https://community.zama.ai). | ||
- Read [Zama's Bounty Program announcement blog post](https://www.zama.ai/post/launching-the-zama-bounty-program). |