33+ Solana projects · 15+ EVM projects · 3x hackathon finalist — building on-chain systems that actually ship.
- DeFi protocols — liquidity routing, CPI swap aggregation, VRF-based randomness, on-chain state machines
- NFT infrastructure — compressed NFT tooling (Metaplex/Bubblegum), ERC-721 game mechanics, batch mint/transfer pipelines
- On-chain tooling — Solana CLI tools in Rust, Foundry test suites, TypeScript SDKs for protocol interaction
- Trading automation — DEX trading bots (Raydium CPMM), airdrop engines, liquidity event monitors
| Layer | Tools |
|---|---|
| Solana | Anchor, Metaplex, Switchboard VRF, Jupiter SDK, Raydium SDK, SPL Token |
| EVM | Solidity, Foundry, OpenZeppelin, ethers.js v6, Uniswap V2/V3 |
| Languages | Rust, TypeScript, Solidity, Python |
| Infra | Multi-RPC (Helius/QuickNode/Alchemy), Tokio, Rayon, Docker |
| Project | Description | Stack |
|---|---|---|
| pixelcat-nft | ERC-721 breeding game with on-chain trait logic and Foundry test suite | Solidity · Foundry · Next.js |
| raydium-trading-bot | Raydium CPMM trading engine with pool monitoring and execution logic | Python · Raydium SDK |
| solana-airdrop-engine | Batch SOL/SPL transfer CLI with configurable recipient lists and retry logic | Rust · SPL Token |
| solana-nft-tools | Compressed NFT tooling — mint, verify, transfer via Metaplex Bubblegum | Rust · Metaplex |
| solidity-projects | 25+ Solidity contracts covering DeFi primitives, governance, and token standards | Solidity · Foundry |
An on-chain DeFi lottery protocol built on Solana.
- State machine:
Request → Mint → Claimwith validated transitions - Randomness: Switchboard VRF integration for verifiable on-chain randomness
- Swap routing: Dual-route CPI via Jupiter + Raydium with fallback logic
- Probability engine: 4-tier weighted outcome system
- SDK: TypeScript client SDK for protocol interaction
- Tests: 25 unit tests · Deployed to Devnet
Full source and audit report will be published on GitHub.
- MSc in Computer Science — thesis on BFT consensus optimization for vehicular networks (LightDAG, DAG topology, reputation-driven HotStuff)
- 3x hackathon finalist across Solana and EVM tracks
- 88 custom AI automation skills integrated into development workflow — from code generation pipelines to test scaffolding
