I'm a developer working across crypto, AI, and software infrastructure.
This is my personal sandbox - where I learn, experiment, and prototype ideas. Repos here are works-in-progress, learning exercises, and playground projects. Expect rough edges.
Head over to Abhineet Labs - that's where I ship production-ready, open-source developer tools and programs across crypto, AI, and software.
- Rust Memory Visualizer - Interactive browser tool that visualizes where Rust code allocates memory - stack, heap, .rodata, .data, .bss, and .text. Paste any Rust code, see colored memory maps with pointer arrows, step through execution with dynamic RSP/RBP tracking, and drag segments to rearrange. Zero dependencies, no backend.
- Solana Smart Contract Benchmark - A local benchmark harness for evaluating LLM performance on Solana smart contract generation and repair tasks. Website: Link
- Vestry - Vestry is a mobile app that let's any group create a shared on-chain treasury, with built-in governance and streaming payments. Website: Link
- Solana Mobile Dev Context Package - A context engineering package that helps AI coding agents build production-ready Solana mobile apps. Works with Claude Code, Cursor, Windsurf, Copilot, and anything else that can read AGENTS.md.
- Blueshift Challenges - Completed blueshift.gg challenge solutions.
- sol-pnl-engine - Reconstructs a Solana wallet's native SOL balance over time using only Helius
getTransactionsForAddress. No indexing, no database, just RPC.
