Skip to content
View kevinme425's full-sized avatar
πŸ’­
DevπŸ‘¨β€πŸ’»
πŸ’­
DevπŸ‘¨β€πŸ’»

Block or report kevinme425

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
kevinme425/README.md

╔══════════════════════════════════════════════════════════════════╗
β•‘  SUBJECT   : KEVIN MORE2KU // kevinme425                        β•‘
β•‘  CLEARANCE : BLOCKCHAIN ENGINEER // WEB3 ARCHITECT              β•‘
β•‘  NODE      : NAIROBI, KENYA  //  FEDORA OS 43                   β•‘
β•‘  QUOTE     : "DEVOUR TO EVOLVE" β€” ISAGI  ⚽πŸ”₯                   β•‘
β•‘  STATUS    : BUILDING THE DECENTRALIZED FUTURE β—ˆ ONLINE         β•‘
β•šβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•

⚑ "DEVOUR TO EVOLVE" ⚑

β€” Yoichi Isagi, Blue Lock

To grow, you must consume everything around you β€” devour knowledge, devour challenges, devour failure itself. Evolve or be devoured.


πŸ“Š GITHUB ACTIVITY // LIVE FEED



⛓️ BLOCKCHAIN & WEB3 CORE ⛓️

"In a decentralized world, code is law β€” and I write the law."

I architect smart contracts on Aptos and Sui blockchains using the Move programming language β€” one of the most secure, resource-oriented languages in Web3. My blockchain work spans DeFi protocols, token contracts, and on-chain logic that prioritizes security and formal verification over shortcuts.


πŸ”· MOVE SMART CONTRACTS // APTOS & SUI

// Kevin MORE2KU :: Move Smart Contract Prototype
// Deployed on Aptos Testnet β€” kevinme425

module 0x1::more2ku_protocol {
    use std::signer;
    use aptos_framework::coin;

    struct Vault<phantom CoinType> has key {
        balance: coin::Coin<CoinType>,
        owner: address,
    }

    public entry fun deposit<CoinType>(
        owner: &signer,
        amount: u64,
    ) acquires Vault {
        let coins = coin::withdraw<CoinType>(owner, amount);
        let vault = borrow_global_mut<Vault<CoinType>>(signer::address_of(owner));
        coin::merge(&mut vault.balance, coins);
        // DEVOUR TO EVOLVE β€” MORE2KU πŸ”₯
    }
}
Chain Language Status Focus
Aptos Move 🟒 Active Resource-oriented contracts
Sui Move 🟒 Active Object-model architecture
Ethereum (Learning) Solidity 🟑 Building DeFi / ERC standards

🌐 WEB3 SKILL MATRIX

Tier Skill Level
πŸ”₯ Expert Move (Aptos/Sui) β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘ Advanced
πŸ”₯ Expert Smart Contract Architecture β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘ Advanced
⚑ Strong Blockchain Security Concepts β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘ Proficient
⚑ Strong DeFi Protocol Design β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘ Proficient
πŸ›  Building Solidity / EVM β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘ Intermediate
πŸ›  Building Web3.js / Ethers.js β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘ Intermediate

πŸ—‚οΈ PROJECTS // DOSSIER


πŸ”— [01] MOVE SMART CONTRACTS β€” Aptos & Sui

Type: Blockchain / DeFi | Chain: Aptos & Sui | Language: Move

Resource-oriented smart contracts eliminating reentrancy, integer overflow, and resource duplication exploits through Move's ownership and type system.

STACK: Move Β· Aptos Framework Β· Sui Move Β· Blockchain Security

πŸ“± [02] ECOSORT AI β€” Waste Classification Android App

Type: Android App + AI Backend | Language: MIT App Inventor + Python | Status: Active

Camera β†’ JSON payload β†’ Python AI inference backend β†’ dynamic response parsing in real-time.

STACK: MIT App Inventor Β· Python Β· JSON API Β· Android Β· Computer Vision Β· KVM/AMD-V

πŸ“Š [03] DAMS2 β€” React Native Android App

Type: Mobile / Networking | Language: React Native + Kotlin + Java | Status: Built

TCP/UDP socket networking across a full native build pipeline with Gradle, Kotlin conflict resolution, and Aliyun mirror setup.

STACK: React Native Β· Kotlin Β· Java Β· TCP/UDP Sockets Β· Gradle Β· JS Bundling

πŸ” [04] SECURE EXAM SYSTEM β€” Django Web App

Type: Backend / Security | Language: Python / Django | Status: Production-ready

Per-school JWT-secured file delivery, RBAC, PostgreSQL relational schema, hashed credentials.

STACK: Django Β· PostgreSQL Β· JWT Β· Python Β· REST API Β· Hashing & Salting

πŸ€– [05] RAG SYSTEM β€” AI / ML Engineering

Type: AI Engineering | Technology: Retrieval-Augmented Generation | Status: Exploring

Vector databases + LLM inference = AI systems that reason over custom knowledge bases.

STACK: Python Β· Vector DB Β· LLM API Β· RAG Architecture

πŸ’» FULL TECH ARSENAL // FROM ALL SESSIONS

⛓️ Blockchain & Web3

Move Aptos Sui Solidity Ethereum DeFi Smart Contracts

πŸ“± Mobile & Frontend

Kotlin React Native Java JavaScript HTML5 CSS3 XML

🐍 Backend & Data

Python Django PostgreSQL SQL REST API JWT JSON

πŸ€– AI / ML Engineering

RAG LLM Computer Vision Vector DB

πŸ› οΈ Tools & DevOps

Fedora Linux Bash Git GitHub Android Studio VS Code Gradle YAML Flatpak KVM npm pip SELinux

πŸ” Web3 & Systems Knowledge

Resource Safety Consensus Cryptography Tokenomics DBMS Security Low Level


πŸ“‘ WEB3 ROADMAP // NEXT MISSIONS

[PHASE 1] β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘  Move Contracts β€” Aptos & Sui    βœ… COMPLETE
[PHASE 2] β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘  Solidity / EVM Development      🟑 IN PROGRESS  
[PHASE 3] β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘  DeFi Protocol Engineering        🟑 BUILDING
[PHASE 4] β–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘  Smart Contract Security Audits   πŸ“‹ QUEUED
[PHASE 5] β–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘  ZK Proofs & Layer 2 Scaling     πŸ“‹ QUEUED
[PHASE 6] β–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘  Cross-Chain Bridge Architecture  πŸ“‹ QUEUED
[PHASE 7] β–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘  Full Protocol Launch             🎯 ENDGAME

🎯 CURRENTLY // SYSTEM STATE

class KevinMORE2KU:
    def __init__(self):
        self.name         = "Kevin MORE2KU"
        self.handle       = "kevinme425"
        self.location     = "Nairobi, Kenya πŸ‡°πŸ‡ͺ"
        self.os           = "Fedora Workstation 43"
        self.cpu          = "AMD Ryzen β€” 12 threads, AMD-V enabled"
        self.quote        = "DEVOUR TO EVOLVE β€” Isagi πŸ”₯"

        self.blockchain   = ["Move (Aptos)", "Move (Sui)", "Solidity (Learning)"]
        self.languages    = ["Move", "Python", "Kotlin", "Java", "JavaScript",
                             "SQL", "Bash", "HTML5", "CSS3", "XML", "YAML", "Solidity"]
        self.mobile       = ["Android/Kotlin", "React Native", "MIT App Inventor"]
        self.backend      = ["Django", "PostgreSQL", "REST APIs", "JWT", "JSON"]
        self.ai_ml        = ["RAG Systems", "Computer Vision", "LLM APIs", "Vector DB"]
        self.tools        = ["Android Studio", "VS Code", "Git", "GitHub",
                             "Gradle", "Flatpak", "KVM/AMD-V", "npm", "pip", "SELinux"]
        self.web3_knowledge = ["Move Resource Safety", "Consensus Mechanisms (PoS/BFT)",
                               "Cryptographic Signing & Hashing", "Tokenomics & DeFi Design",
                               "Smart Contract Security", "On-Chain Data Modeling"]

        self.currently_building = [
            "Move smart contracts for DeFi (Aptos + Sui)",
            "Ecosort AI β€” waste classification Android app",
            "Secure Exam System β€” Django + PostgreSQL backend",
            "Solidity / EVM skills β€” entering the ETH ecosystem",
        ]

    def philosophy(self):
        return "DEVOUR TO EVOLVE. Code is law. Security is non-negotiable."

    def status(self):
        return "🟒 ONLINE β€” Shipping blockchain contracts & Android apps from Nairobi πŸ‡°πŸ‡ͺ"

dev = KevinMORE2KU()
print(dev.quote)
# >>> DEVOUR TO EVOLVE β€” Isagi πŸ”₯
print(dev.status())
# >>> 🟒 ONLINE β€” Shipping blockchain contracts & Android apps from Nairobi πŸ‡°πŸ‡ͺ

╔══════════════════════════════════════════════════════════════════╗
β•‘                                                                  β•‘
β•‘       ⚑  " D E V O U R   T O   E V O L V E "  ⚑              β•‘
β•‘                    β€” Yoichi Isagi, Blue Lock                     β•‘
β•‘                                                                  β•‘
β•‘          To grow, devour everything. Evolve or be devoured.      β•‘
β•‘                                                                  β•‘
β•‘              Built by  β†’  Kevin MORE2KU                         β•‘
β•‘              GitHub    β†’  kevinme425                            β•‘
β•‘              Node      β†’  Nairobi, Kenya πŸ‡°πŸ‡ͺ                    β•‘
β•‘                                                                  β•‘
β•šβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•

Popular repositories Loading

  1. ECOSORT-AI- ECOSORT-AI- Public

    A mobile intergrated AI App that sorts Kenyan Waste (THE GOAL IS TO MAKE KENYA GREEN)

    C++ 3

  2. my-Github-Nft my-Github-Nft Public

    Move 1

  3. kevinme425 kevinme425 Public

    1

  4. sui-move-intro-course sui-move-intro-course Public

    Forked from sui-foundation/sui-move-intro-course

    Introductory Course to the Sui Move language

    Move 1

  5. suiup suiup Public

    Forked from MystenLabs/suiup

    Installer & version manager for Sui toolchain

    Rust 1

  6. system-design-primer system-design-primer Public

    Forked from donnemartin/system-design-primer

    Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.

    Python 1