Projects
A selection of projects I’ve worked on. Most are open source and available on GitHub.
- All projects
- amm
- anchor
- architecture
- async
- blockchain
- defi
- dex
- ebpf
- event-driven
- networking
- nft
- oracle
- runtime
- rust
- security
- solana
- substrate
- systems
- xdp
rust-xdp-firewall
High-performance eBPF XDP firewall written in pure Rust using Aya. Processes packets at NIC level before they reach the kernel network stack.
pallet-price-oracle
On-chain price oracle pallet for Substrate-based chains. Aggregates and exposes asset price feeds with configurable update logic.
QZP Governance
Token-based governance system for Solana built with Anchor. Enables on-chain voting, proposal management, and decentralized decision-making.
AquaSwap
Automated Market Maker (AMM) decentralized exchange implemented in Rust. Provides liquidity pools and token swaps with deterministic pricing logic.
SignalFlow
Event-driven signal processing engine written in Rust. Designed for deterministic state transitions and composable data pipelines.
substrate-collectables-workshop
Educational Substrate runtime demonstrating NFT-style collectables using FRAME. Showcases storage patterns and extrinsic design.