Open-source problem-solving platform with AI-powered quality scoring — participating in Drips Wave funding cycles.
A collaborative platform where communities solve real-world problems through:
- Structured problem discussions (MeshNodes)
- AI-assisted solution evaluation
- Quality-based rankings (not just popularity)
- Open-source implementation tracking
This project participates in Drips Wave — on-chain, recurring open-source funding cycles. Contributors earn rewards by solving issues during active Waves. Browse the Issues for tasks tagged with complexity ratings.
Communities worldwide face complex challenges that require collaborative solutions. Traditional platforms rely on popularity (upvotes), not quality. This leads to:
- Low-effort answers winning
- Gaming the system
- No transparent impact tracking
- Centralized control
Mesh uses ethical quality metrics and can integrate with Stellar blockchain for:
- Solution rankings stored on-chain
- Immutable contribution history
- Portable reputation across platforms
- Verifiable proof of impact
- Quality contributors earn Stellar Lumens (XLM)
- Micro-payments for helpful solutions
- Low transaction fees (<$0.01)
- Global accessibility
- Reward problem-solvers in developing countries
- No intermediaries or payment processors
- Cross-border collaboration
- Programmable smart contracts for bounties
- Prove solutions helped X people
- Transparent fund allocation
- NFT badges for top contributors
- DAO governance for platform decisions
Phase 1 (Current): Off-chain quality scoring ✅
Phase 2 (Q2 2026): Stellar wallet integration
Phase 3 (Q3 2026): On-chain reputation & rewards
Phase 4 (Q4 2026): Smart contract bounties
| Feature | Stellar | Ethereum | Polygon |
|---|---|---|---|
| Transaction fee | ~$0.00001 | ~$2-50 | ~$0.01-1 |
| Speed | 3-5 seconds | 15+ seconds | 2-3 seconds |
| Built for payments | ✅ Yes | ❌ No | |
| Environmental | ✅ Low energy | ❌ High (PoW) | |
| Global remittance | ✅ Native | ❌ Complex |
Perfect for micro-rewards to problem-solvers globally!
SDK: @stellar/stellar-sdk
Docs: https://developers.stellar.org/
- Backend: NestJS (TypeScript)
- Database: PostgreSQL + TypeORM (planned)
- AI: OpenAI GPT-3.5 (optional, with keyword fallback)
- Auth: JWT (planned)
- API Docs: Swagger/OpenAPI (planned)
git clone https://github.com/ThinknetCollective/mesh-up_api.git
cd mesh-up_api
npm install
cp .env.example .env
npm run start:devVisit: http://localhost:3000
We welcome contributions! Check our Issues:
- 🟢 Easy (
good first issue) — Perfect for beginners - 🟡 Medium — Core features
- 🔴 Hard — Complex challenges
- ⭐ Stellar — Blockchain integration tasks
See CONTRIBUTING.md for guidelines.
src/
├── mesh-nodes/ # Problems/discussions
├── solutions/ # Solution proposals
├── metrics/ # Quality scoring system
├── users/ # User management
├── auth/ # Authentication
└── tags/ # Tagging system
- Issues: Bug reports & feature requests
- Discussions: Questions & ideas
Built with ❤️ by ThinknetCollective