mirror of https://github.com/waku-org/bounties.git
commit
fc94b8757e
|
@ -7,30 +7,60 @@ assignees: hackyguru
|
|||
|
||||
---
|
||||
|
||||
### Bounty summary
|
||||
## Context
|
||||
|
||||
<!-- Explain your bounty's executive summary that precisely mentions it's outline -->
|
||||
<!--
|
||||
Context for the bounty on Gitcoin/Bounty platform. Currently curated for a js-waku bounty.
|
||||
Only change if the bounty is for another SDK
|
||||
-->
|
||||
|
||||
Waku Is Uncompromising Web3 Communication at Scale.
|
||||
A family of robust, censorship-resistant communication protocols, designed to enable privacy-focused messaging for web3 apps.
|
||||
|
||||
The JavaScript implementation of Waku, [js-waku](https://github.com/waku-org/js-waku/), enables web apps to utilize the Waku network for off-chain message transmission.
|
||||
|
||||
Disclaimer: Waku is **experimental**, you may find blocking issues while developing your web app. We will prioritize their resolution to unblock you, which means you may have to pause development until done.
|
||||
Thank you for your patience and understanding.
|
||||
|
||||
**Your participation in this bounty is subject to your acceptance of our terms and conditions.**
|
||||
|
||||
## Rewards
|
||||
|
||||
<!-- Mention the reward for successfully completing the bounty -->
|
||||
|
||||
## Application Evaluation
|
||||
|
||||
<!-- Criteria we will use to select the hacker that will do the bounty -->
|
||||
|
||||
To ensure you are selected for this bounty, provide the following information:
|
||||
|
||||
- Describe the approach you will take to tackle the bounty.
|
||||
- A timeline within which you expect to deliver the bounty.
|
||||
- Any previous relevant work you have done.
|
||||
|
||||
## Bounty
|
||||
|
||||
<!-- Explain your bounty's executive summary that precisely mentions its outline -->
|
||||
|
||||
### Impact
|
||||
|
||||
<!-- Explain how your bounty positively contributes to the growth of Waku -->
|
||||
|
||||
### Timeline
|
||||
|
||||
<!-- Provide a suitable time frame for the bounty objectives to be delivered -->
|
||||
<!-- Explain how your bounty positively contributes to the growth of Waku -->
|
||||
|
||||
### Deliverables
|
||||
|
||||
<!-- List out all the deliverables of the bounty -->
|
||||
<!-- List out all the deliverables of the bounty -->
|
||||
|
||||
### Rewards
|
||||
### Acceptance Criteria
|
||||
|
||||
<!-- Mention the reward for successfully completing the bounty -->
|
||||
|
||||
### Evaluation criteria
|
||||
|
||||
<!-- Explain the guidelines, rules and other factors that help in evaluation -->
|
||||
<!-- Explain the guidelines, rules and other factors that help determine whether the bounty is complete -->
|
||||
|
||||
### Resources
|
||||
|
||||
<!-- List out some of the resources that can be helpful in completing the bounty -->
|
||||
<!--
|
||||
List out some of the resources that can be helpful in completing the bounty.
|
||||
Feel free to modify the list below
|
||||
-->
|
||||
|
||||
Learn more about Waku at https://docs.waku.org/.
|
||||
Join our Discord to get support at https://discord.waku.org/.
|
||||
Various examples available at https://github.com/waku-org/js-waku-examples/.
|
||||
|
|
12
README.md
12
README.md
|
@ -1,21 +1,23 @@
|
|||
# Waku Bounties
|
||||
|
||||
In an effort to make the Waku community more inclusive towards contribution - we encourage the community members to get rewarded by completing bounties. Bounties are a way to incecntivize community contributions for certain tasks that can positively impact Waku.
|
||||
In an effort to make the Waku community more inclusive towards contribution - we encourage the community members to get rewarded by completing bounties.
|
||||
Bounties are a way to incentivize community contributions for certain tasks that can positively impact Waku.
|
||||
|
||||
|
||||
### Available bounties
|
||||
|
||||
The currently available bounties are listed [here](https://github.com/waku-org/bounties/labels/approved)
|
||||
All the bounties with 'open' and 'approved' labels are available
|
||||
The currently available bounties are listed [here](https://github.com/waku-org/bounties/labels/approved).
|
||||
All the bounties with 'open' and 'approved' labels are available.
|
||||
|
||||
|
||||
### Applying for a bounty
|
||||
|
||||
Bounty applications are done through GitCoin (WIP)
|
||||
Bounty applications are done through GitCoin (WIP).
|
||||
|
||||
|
||||
### Propose a new bounty
|
||||
|
||||
Do you have a bounty propsal that can positively contribute to Waku's growth? [Create a new Waku bounty proposal here](https://github.com/waku-org/bounties/issues/new?assignees=hackyguru&labels=&projects=&template=new-bounty.md&title=%5BBOUNTY%5D+%3CTitle+of+the+bounty%3E)
|
||||
Do you have a bounty proposal that can positively contribute to Waku's growth? [Create a new Waku bounty proposal here](https://github.com/waku-org/bounties/issues/new?assignees=hackyguru&labels=&projects=&template=new-bounty.md&title=%5BBOUNTY%5D+%3CTitle+of+the+bounty%3E).
|
||||
|
||||
|
||||
### Have a question?
|
||||
|
|
Loading…
Reference in New Issue