Hey, I'm Godwin
I build bots, tools, and dApps on Solana using Rust and Anchor.
Always shipping. Always learning.
// rustohidev.rs
pub struct Developer {
name: String,
skills: Vec<String>,
focus: Vec<String>,
}
impl Developer {
pub fn new() -> Self {
Self {
name: String::from("rustohidev"),
skills: vec![
String::from("Rust"),
String::from("Solana"),
String::from("Anchor"),
String::from("Web3"),
],
focus: vec![
String::from("bots"),
String::from("tools"),
String::from("dApps"),
],
}
}
pub fn build(&self) -> Result<Project, Error> {
// Always building something new...
Ok(Project::new("solana-project"))
}
}
About Me
I'm a passionate Rust and Solana developer with a deep understanding of blockchain technology and distributed systems. My expertise lies in building high-performance, secure, and scalable applications for the Solana ecosystem.
With a strong foundation in systems programming and a love for Rust's safety guarantees, I specialize in developing bots that automate complex workflows, tools that enhance developer productivity, and decentralized applications that push the boundaries of what's possible on Solana.
My approach combines technical excellence with a practical mindset. I believe in writing clean, maintainable code that solves real problems and delivers tangible value to users and stakeholders.
My Focus Areas
- Trading & DeFi Bots
- Developer Tools & SDKs
- dApps & Smart Contracts
- Performance Optimization
Featured Projects
A selection of my recent work in the Solana ecosystem
sol-trader-bot
RustHigh-frequency trading bot for Solana DEXs with advanced order routing and MEV protection.
anchor-sdk
RustDeveloper toolkit for building Solana programs with improved type safety and testing utilities.
nft-marketplace
TypeScriptDecentralized NFT marketplace with low fees, creator royalties, and advanced collection analytics.
Skills & Technologies
My technical expertise and tools of choice
Languages
- Rust
- TypeScript
- JavaScript
- Python
- C/C++
Blockchain
- Solana
- Anchor
- Web3.js
- SPL Tokens
- NFTs
Web Development
- Next.js
- Node.js
- Express
- React
- Tailwind CSS
Tools & DevOps
- Cargo
- Solana CLI
- Git
- Docker
- CI/CD
Get In Touch
Interested in working together? Let's connect!
I'm always open to discussing new projects, opportunities, or partnerships. Whether you have a question or just want to say hi, feel free to reach out to me through any of the channels below.