Projects
Things I build.
ssd-wipe-osrepo ↗
KernelWIP
A freestanding x86_64 kernel in Rust, built toward driving NVMe and SATA controllers directly to issue media sanitize commands. Boots and drives the screen today; the storage stack is next.
Sentelrepo ↗
AnchorLive
An m-of-n multisig vault on Solana mainnet holding real user funds, with portfolio rebalancing routed through Jupiter V6. I wrote the Anchor program and the frontend. I later audited the deployed program and fixed five paths where a single owner could move funds the other owners had not approved.
ToolLive
Search 7,140 linkable PrivacyCash pairs by address or transaction hash. Public dataset, verifiable on Solscan.
orderbook-enginerepo ↗
PythonDone
A price-time priority matching engine in Python, with an HTTP API and a WebSocket feed streaming live book state and executions.