Conflux Developer Bounties Initiative 2025 - Overview
Purpose & Vision
The Conflux Bounties Initiative is a rolling incentive program designed to:
- Solve real developer challenges in the Conflux ecosystem
- Build open-source infrastructure that benefits the entire community
- Welcome new contributors with well-scoped projects that can be completed by individuals or small teams
- Accelerate ecosystem growth through high-quality developer tools and integrations
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
- Browse Available Bounties - Check the bounties/ directory for open opportunities
- Claim a Bounty - Comment "/claim" on the issue with your plan and timeline
- Get Assigned - Maintainers will assign the bounty based on your proposal
- Build Your Solution - Develop according to the specification and requirements
- Submit Your Work - Create a pull request with your implementation
- Collaborate on Review - Work with reviewers to refine your solution
- Get Rewarded - Receive payment once your contribution is merged
For the Community
- Open Source Benefits - All bounty solutions become open source for everyone to use