ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β 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 β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
To grow, you must consume everything around you β devour knowledge, devour challenges, devour failure itself. Evolve or be devoured.
"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.
// 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 |
| 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 |
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
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
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
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
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
[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
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 π°πͺ β
β β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ