Projects
A collection of projects I've built on Sui and beyond. From smart contracts to dev tools, each project represents a step forward in blockchain development.

Payfrica Identity & Payments
All-in-one digital asset toolkit built for Africa
Making digital assets simple, safe, and usable for Africans. Features peer-to-peer trading, instant payments, and 'Payfrica Bridge Lite' for seamless conversion between digital assets and local bank accounts.
Sui Move Runner
One-Click Deploy & Interact with Move Smart Contracts on Sui
A comprehensive VS Code extension that streamlines Sui Move development with an intuitive sidebar interface, automated CLI management, and cross-platform compatibility. Features include one-click package creation, smart build system, integrated testing, wallet management, and network switching.

Sui String Formatter
Lightweight string formatting utility for Sui Move
A lightweight string formatting module for the Sui Move language, supporting both template-based formatting (like `{}` placeholders) and builder-style formatting using a `Formatter` struct. Bridges the gap left by native string formatting utilities in Sui Move.

Monban — Move Access Control Library
Registry-based access control system for Sui Move packages
Monban (門番 — Japanese for "gatekeeper") is a comprehensive, registry-based access control library for Sui Move. It solves the composability gap left by public, public(package), and public(friend) by letting you whitelist external packages at runtime via a dynamic AccessRegistry shared object. Callers prove their identity with a Witness derived from their own module types, enabling secure inter-package calls without hardcoding addresses or circular friend declarations. Published on Move Registry (MVR) for easy installation.
Lending & Borrowing App on Sui
DeFi lending and borrowing protocol built on Sui
A decentralized lending and borrowing application on the Sui blockchain, enabling users to lend their assets and earn interest, or borrow against their collateral. Built with Move smart contracts for secure and efficient DeFi operations.
Decentralized Voting Application on Sui
A decentralized voting system built on the Sui blockchain
A decentralized voting system built on the Sui blockchain, enabling secure, transparent, and tamper-proof elections. Built with Move smart contracts and a React frontend for seamless user experience.

Sui on Campus (DevRel)
DevRel and educational content
DevRel role for Sui on Campus, creating educational content, workshops, and starter repositories to onboard new engineers to the Sui ecosystem.

Walrus Protocol Integrations
Integration tools and SDK for Walrus Protocol
Developed integration tools and SDK components for Walrus Protocol, enabling seamless connection between various DeFi protocols on Sui.
Handwritten Digit Recognition System
Deep learning-based system for recognizing handwritten digits using CNN
A deep learning-based system for recognizing handwritten digits using a Convolutional Neural Network (CNN). The system processes images in real-time and accurately classifies handwritten digits.
Movie Recommendation System
Machine learning model for personalized movie recommendations
A machine learning model that recommends movies based on user preferences and viewing history. Implements both collaborative filtering and content-based recommendation approaches.

Voultron Games Infrastructure
Provably fair gaming smart contracts and revenue sharing systems
Specialized smart contract infrastructure for the Voultron ecosystem. Engineered high-performance gaming logic on Sui using Move, featuring provably fair outcomes via Sui VRF and a decentralized revenue-sharing architecture.