Logo Lanfrica

mercybabayemi/OOMA_TRUST

Domain:

digital infrastructuresocioeconomic

Record type:

softwareproject
Creator:
mer
Host:
A secure, immutable will management system for Africa, combining Next.js, MongoDB, and Sui Move during sui hackerhouse. # 🌍 Digital Will on Sui Blockchain A **tamper-proof, accesible and cost friendly digital will system** for Africa, combining Next.js, MongoDB, and Sui Move to developed during sui hackerhouse. > **Problem Solved**: 73% of Africans lack valid wills due to costly legal processes and fraud risks. This project provides an immutable, accessible solution. ## πŸš€ Key Features - πŸ”’ **Sui Blockchain**: Immutable will storage & automated asset distribution - πŸ“± **SMS Notifications**: Alert beneficiaries without internet access - πŸ–‹οΈ **Digital Signatures**: Legally verifiable with NIN integration - 🏠 **Hybrid Assets**: Support for crypto + physical property ## πŸ›  Tech Stack | Component | Technology | Purpose | |-----------------|---------------------------|----------------------------------| | Frontend | Next.js (TypeScript) | Web/USSD interfaces | | Backend | Next.js API Routes | Auth & blockchain interactions | | Database | MongoDB Atlas | User profiles & will metadata | | Blockchain | Sui Move | Immutable will logic | | Storage | IPFS+Filecoin | Encrypted document storage | | Auth | NextAuth + JWT | Biometric/SMS login | # Digital Will on Sui Blockchain ## πŸ“‚ Repository Structure ``` OOMA_TRUST/ β”œβ”€β”€ client/ # Next.js frontend β”‚ β”œβ”€β”€ pages/ # App routes (USSD simulator, web portal) β”‚ └── styles/ # Africa-centric UI (dark mode for low-bandwidth) β”‚ β”œβ”€β”€ server/ # Next.js API routes β”‚ β”œβ”€β”€ lib/ # MongoDB models (User, WillMetadata) β”‚ └── api/ # /api/will, /api/auth, /api/sui-listener β”‚ β”œβ”€β”€ sui_move_will_contract/ # Smart contracts β”‚ β”œβ”€β”€ sources/ # Move modules (will.move, asset.move) β”‚ └── tests/ # Unit/integration tests β”‚ β”œβ”€β”€ docs/ # A …