Roxonn is a Decentralized Software Organization (DSO) where contributors earn ROXN tokens for their valuable contributions to open-source projects.
| Task Type | Points | ROXN Tokens | Value (₹) |
|---|---|---|---|
| Minor Bug Fix | 10 | 10 ROXN | ₹30 |
| Major Bug Fix | 50 | 50 ROXN | ₹150 |
| Feature Development | 100 | 100 ROXN | ₹300 |
- Fixing typos in documentation
- Updating outdated README files
- Correcting small UI issues
- Improving error messages
- Fixing functionality issues
- Resolving security vulnerabilities
- Addressing performance problems
- Fixing integration issues
- Adding new functionality
- Implementing new API endpoints
- Creating new UI components
- Adding test coverage
-
Browse Our Projects
- Visit Roxonn GitHub Organization
- Each project shows available tasks and ROXN rewards
-
Pick a Task
- Look for issues labeled with:
minor-bug (10 ROXN)major-bug (50 ROXN)feature (100 ROXN)
- Look for issues labeled with:
-
Make Your Contribution
- Fork the repository
- Create a branch
- Make your changes
- Submit a pull request
-
Earn ROXN
- Once your PR is merged
- Tokens will be transferred to your wallet
- Track your earnings on roxonn.com
- Start with minor bugs to understand the process
- Read the project's contribution guidelines
- Ask questions in issues if needed
- Join our Discord community
- Find issue: "Fix documentation typo" (10 ROXN)
- Fork repository
- Fix typo
- Submit PR
- Get PR merged
- Receive 10 ROXN tokens
This repository contains a demo implementation of the Roxonn contribution platform, showcasing how contributors can earn ROXN tokens for their work.
- 🔗 XDC Wallet Integration
- 💰 Smart Contract for Token Distribution
- 🎯 Sample Tasks with Different Difficulty Levels
- 🌟 Interactive UI with Animations
- 📱 Responsive Design
-
Install XDCPay extension in your browser
- Visit XDCPay Chrome Extension
- Follow installation instructions
-
Set up XDCPay
- Create a new wallet or import existing
- Switch to Apothem Testnet
- Get some test XDC from XDC Faucet
-
Run the Demo
- Clone this repository
- Open
index.htmlin your browser - Connect your XDCPay wallet
- Start interacting with tasks!
The demo uses a simple smart contract deployed on XDC Apothem Testnet:
contract RoxonnDemo {
// Register contribution and earn ROXN tokens
function registerContribution(string taskId) public {
// Check task validity
// Transfer tokens
// Emit event
}
// Claim accumulated rewards
function claimReward() public {
// Transfer accumulated rewards
// Reset balance
}
}This is a demo repository. For actual contributions to Roxonn, please visit:
MIT License - feel free to use this demo for learning purposes!
Ready to start? Check out our projects and earn your first ROXN tokens today! 🚀