Full-Stack and Solana Developer building production-grade web3 apps. Authored 3 merged PRs in Solana Foundation repos. Built Predicta Tool, DEX orderbook, raffle marketplace, real-time indexer etc.
Skills
TypeScript
Rust
Next.js
AWS
Anchor
PostgreSQL
React
Experience & Contributions
solana-foundation/surfpoolmerged
Improved error handling and developer experience.
solana-foundation/surfpoolmerged
Added Prometheus metrics endpoint.
anza_xyz/wincodemerged
Fixed schema derive behavior for empty enums.
Projects
Predicta
A high-performance Rust library for predicting Solana transaction outcomes before submission—providing success probability, fee optimization, and runtime-aware insights under real network conditions.
RaffleDrop
RaffleDrop is a decentralized raffle marketplace where sellers list items and buyers enter with small fees for a chance to win. Once enough players join, Switchboard randomness picks a winner — the seller gets paid, and one lucky buyer gets the product at a fraction of the price.
Orderbook DEX
A modular Solana DEX with an on-chain orderbook, built with Anchor and Next.js, featuring real-time order matching, event queue, and off-chain indexing for high-performance trading.
Indexer
A real-time indexer for a decentralized exchange (DEX) orderbook. This service listens to on-chain smart contract events, reconstructs the orderbook state, and provides fast APIs and WebSocket streams for frontend clients. It also aggregates trade data into OHLCV candles for charting.