Conflux Developer Bounties Initiative 2025 - Overview

Purpose & Vision

The Conflux Bounties Initiative is a rolling incentive program designed to:

Repository Structure

conflux-bounties-2025/
├─ .github/
│  ├─ ISSUE_TEMPLATE/
│  │   ├─ bounty.yml           # publish tasks
│  │   └─ question.yml         # support Q&A
│  ├─ PULL_REQUEST_TEMPLATE.md
│  └─ workflows/
│      └─ ci.yml               # runs lint/unit tests in submissions
├─ docs/
│  ├─ 00_overview.md           # this handbook
│  ├─ 01_rules.md              # eligibility, license, payout schedule
│  ├─ 02_submission_guide.md   # how to fork, branch, PR, demo video tips
│  ├─ 03_review_checklist.md   # used by maintainers
│  └─ 04_FAQ.md
├─ bounties/
│  └─ … one folder per bounty
├─ CODE_OF_CONDUCT.md
├─ CONTRIBUTING.md
├─ SECURITY.md
└─ project_board.md            # link to GitHub Projects "Kanban"

How It Works

For Contributors

  1. Browse Available Bounties - Check the bounties/ directory for open opportunities
  2. Claim a Bounty - Comment "/claim" on the issue with your plan and timeline
  3. Get Assigned - Maintainers will assign the bounty based on your proposal
  4. Build Your Solution - Develop according to the specification and requirements
  5. Submit Your Work - Create a pull request with your implementation
  6. Collaborate on Review - Work with reviewers to refine your solution
  7. Get Rewarded - Receive payment once your contribution is merged

For the Community