struct Developer {
name: String,
location: String,
focus: Vec<String>,
currently_learning: Vec<String>,
fun_fact: String,
}
impl Developer {
fn new() -> Self {
Developer {
name: String::from("Mac"),
location: String::from("Nigeria 🇳🇬"),
focus: vec![
"Smart Contract Security & Auditing".into(),
"DeFi Protocol Development".into(),
"Blockchain Infrastructure".into(),
"Bug Bounties & CTFs".into(),
],
currently_learning: vec![
"Advanced EVM Internals".into(),
"Formal Verification".into(),
"Rust Systems Programming".into(),
],
fun_fact: "I find bugs in protocols before the black hats do 🕵️".into(),
}
}
}🔐 Security-first blockchain developer passionate about building and auditing smart contracts, hunting vulnerabilities in DeFi protocols, and contributing to a safer Web3 ecosystem.
|
|
| 🔐 Security | 🏗️ Development | 🔬 Research |
|---|---|---|
| Smart Contract Auditing | DeFi Protocol Dev | Vulnerability Research |
| Reentrancy Attack Vectors | EVM / ERC Standards | Protocol-level Bugs |
| Flash Loan Attack Patterns | Cross-chain Bridges | Bug Bounty Hunting |
| Access Control Bugs | Token Economics | Competitive Audits |
| Oracle Manipulation | NFT Contracts | Security Tooling |
| Platform | Link |
|---|---|
| your@email.com | |
| 🐦 Twitter / X | @YourHandle |
| Mac | |
| 🔒 Code4rena | Profile |
| 🛡️ Sherlock | Profile |
💡 Open to smart contract auditing engagements, security research collaborations, and blockchain consulting.
🌍 Building from Nigeria — where Web3 innovation meets African ingenuity
☕ Powered by coffee, curiosity, and the thrill of finding that critical bug
🎯 Philosophy: "Security is a process, not a product"
🕵️ I read other protocols' code like novels — every line tells a story
🦀 Rusting my way through blockchain infrastructure, one crate at a time
🌙 Most productive between midnight and 3am (the hacker hours)
📚 Learning every day — the blockchain space moves fast, and so do I
🏆 Competed in 10+ audit competitions and counting



