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 |
|---|---|
| π§ Email | your@email.com |
| π¦ Twitter / X | @YourHandle |
| πΌ LinkedIn | 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


