SJ

Shradhesh Jodawat

Full Stack Web3 Developer

Contact Information

Technical Skills

Languages

C++CPythonTypeScriptRust

Technologies/Frameworks

Node.jsNext.jsAnchorPinocchioNestJsAWSDocker

Databases

MongoDBSQLPostgresPrisma ORM

Relevant Coursework

Data Structures and AlgorithmsOperating SystemsDatabase Management SystemObject-Oriented MethodologiesComputer Networks

Education

Bachelor of Technology

Indian Institute of Information Technology Surat

Electronics and Communication Engineering • CGPA: 8.40

Achievements

  • Wrote an in-depth technical article on AF_XDP – High-Performance Packet Processing in Rust, covering zero-copy networking and kernel bypass concepts. Read here: Medium Article

  • Built and published X402 SDK – Solana Payment Gateway, an npm package for integrating Solana-based payments. SDK: npmjs.com/package/x402-sdk

  • Secured 4th rank at Arweave Hacker House event.

  • Developing Gradify — a Blockchain-based degree authentication system being implemented at our college. The project received a grant from the Solana Foundation and CoinDCX India, and was also selected for the prestigious SSIP program at IIIT Surat and the Government of Gujarat.

Experience

FullStack Blockchain Developer

May 2024 – Sep 2024

Timechain Labs • Surat, GJ

  • Worked on Blockchain fundamentals—Bitcoin SPV Wallet, sCrypt Smart Contracts, and scalable dApp architectures.

  • Built Bitcoin-integrated dApps using SvelteJs (frontend) and NestJs (backend).

  • Project: Property Mortgage Management System

    Tech Stack: SvelteJs, NestJs, sCrypt Smart Contract

    Developed an MVP for mortgage processing—locking property title tokens in smart contracts and automating loan repayment workflows.

Backend Developer

Sep 2025 – Nov 2025

Quantum Wager • Remote

  • Built the backend for Quantum Wager, a real time prediction market powered by meme coins, handling market creation, settlements, oracle ingestion, user management, and financial safety across all flows.

  • Extended the system into a full meme coin ecosystem with token creation, trading, automated battle funding, reputation scoring, and social features, all optimized for high throughput

Projects

Async Multi Protocol Chat Server

Jan 2026

Rust, Tokio, QUIC, HTTP/3, XDP, AF_XDP

  • Built a high-performance async chat server in Rust using async/await, with native support for QUIC and HTTP/3 to explore modern UDP-based networking models.

  • Implemented an XDP program to filter QUIC packets in kernel space, extract connection IDs, and redirect traffic to AF_XDP sockets for zero-copy userspace processing.

  • Achieved syscall-free packet handling via shared memory between kernel and userspace, eliminating kernel stack overhead and significantly improving latency.

Yellowstone gRPC Solana Indexer

Aug 2025

TypeScript, gRPC, Solana, Prisma, PostgreSQL

  • Production-ready Solana indexer consuming Yellowstone gRPC streams for real-time multi-token tracking (USDC, USDT, SOL, BONK, JUP), transaction monitoring, and slot tracking.

  • Implemented configurable whale detection with enterprise-grade observability and alerting via Discord, Telegram, and webhooks using token-specific embeds.

  • Exposed real-time performance metrics including throughput, latency, memory, and CPU usage, along with support for historical queries.

Automated Market Maker (AMM)

Jul 2025

Rust (Pinocchio), Mollusk (Testing & Benchmarking)

  • Designed and implemented a fee-efficient, low-compute Automated Market Maker using Pinocchio to minimize on-chain compute units and transaction fees while preserving secure on-chain settlement.

  • Built a comprehensive test suite with Mollusk to validate functional correctness across swaps, liquidity provisioning, and fee paths.

  • Used Mollusk-driven benchmarks to measure and optimize compute unit (CU) consumption across all critical execution paths.

Gradify

Jan 2025 – May 2025

Solana, Rust, NestJS (Backend), Next.js (Frontend)

  • Blockchain-based degree authentication platform enabling universities to issue tamper-proof digital credentials that employers can verify instantly.

  • Leveraged Solana for on-chain verification, minting degrees as NFTs and storing metadata on IPFS to ensure transparency, immutability, and global verifiability.