Every Transaction Builds Africa.
# UREJESHO - Regenerating Africa Through Web3
**"Every Transaction Builds Africa"**
Urejesho (meaning "regeneration" in Swahili) seamlessly integrates micro-donations into Web3 transactions to rebuild African infrastructure and support African communities, creating a verifiable impact identity while democratically funding continent-wide development projects.
**Built for Hedera Africa 2025 Hackathon** 🌍
> **📋 For comprehensive project details, see UREJESHO.md**
---
## 🔗 Live Deployments (Hedera Testnet)
### Smart Contracts
- **GlobalPoolV2**: `0.0.7179929` - Main governance contract (29/29 tests passed)
- **GlobalPool (Deprecated)**: `0.0.7159418`
### Tokens
- **URD Token**: `0.0.7159388` - Universal HBAR (donation tracking & governance)
- **Impact Badge NFT**: `0.0.7159392` - Achievement badges (5 tiers)
### Accounts
- **Treasury**: `0.0.7130325`
- **Global Pool**: `0.0.7159387`
### HCS Topics
- **Voting**: `0.0.7159389` - Vote messages & proposal creation
- **Milestone**: `0.0.7159390` - Milestone submissions & verifications
- **Audit Trail**: `0.0.7159391` - Platform-wide audit log
- **DID Registry**: `0.0.7159619` - Pan-African identity system
- **Credentials**: `0.0.7159621` - Verifiable credentials
- **Provenance**: `0.0.7159622` - File & document tracking
### HCS-10 AI Agents
- **Agent Registry**: `0.0.7177347`
- **Proposal Analyzer**: Inbound `0.0.7177349` | Outbound `0.0.7177350`
- **Re-Analyzer**: Inbound `0.0.7177352` | Outbound `0.0.7177354`
- **Milestone Verifier**: Inbound `0.0.7177356` | Outbound `0.0.7177358`
---
## 📁 Project Structure
```
urejesho/
├── docs/ # Specification documents
│ ├── UREJESHO.md # Product overview
│ ├── UREJESHO-SPECIFICATION.md # Technical architecture
│ ├── UREJESHO-UI-SPECIFICATION.md # Design system
│ └── UREJESHO-IMPLEMENTATION-PLAN.md # Development roadmap
│
├── frontend/ # Next.js 15 web application
│ ├── app/ …