Skip to content
View shri-prakhar's full-sized avatar

Block or report shri-prakhar

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
shri-prakhar/README.md

Prakhar Shrivastava

Typing SVG

Building production-grade Web3 infrastructure and real-time distributed systems

Portfolio Twitter LinkedIn Email

Profile Views

About

Full-stack engineer specializing in production Solana development, backend infrastructure, and end-to-end system design. Currently at IIT Madras (CGPA 9.61), focused on DeFi protocols, real-time systems, and developer tooling.

struct Developer {
    role: &'static str,
    location: &'static str,
    education: &'static str,
    focus: Vec<&'static str>,
}

impl Developer {
    fn new() -> Self {
        Developer {
            role: "Full Stack Engineer & Solana Developer",
            location: "India",
            education: "IIT Madras • CGPA 9.61",
            focus: vec![
                "Talent infrastructure at Superteam",
                "Solana protocols at Turbine",
                "Production DeFi systems",
                "Real-time distributed systems"
            ],
        }
    }
}

Experience

Superteam Talent | Full Stack Developer & Operations Engineer | Jan 2026 - Present
Building intelligent talent matching platform for Solana ecosystem with semantic ranking, real-time updates, and PostgreSQL-backed async processing.

Solana Turbine | Solana Developer | Jan 2026 - Present
Developing production Solana programs with PDA custody, governance frameworks, and compute-optimized architectures.

100xDevs | Super 30 Engineering Fellow | Aug 2024 - Present
Selected as 1 of 30 from 10,000+ applicants. Building full-stack applications across Web2 and Web3 infrastructure.

Technical Stack

Blockchain & Web3
Solana • Anchor • Jupiter • SPL Token • PDAs • CPIs

Languages
Rust • TypeScript • JavaScript • Python • C

Backend
Actix-web • Node.js • Express • Tokio • PostgreSQL • MongoDB • Redis

Frontend
React • Next.js • TailwindCSS • WebSockets

Infrastructure
Docker • Prometheus • Rate Limiting • Event-Driven Architecture

Featured Projects

Production Solana program with three-vault custody, Jupiter aggregation, timelock governance, and double-entry ledger. Includes custodial trading platform with real-time indexing and reconciliation engine.

Stack: Rust • Anchor • TypeScript • Next.js • PostgreSQL • Redis • BullMQ


Real-time poker server with distributed state via Redis pub/sub, JWT authentication, WebSocket connections, and complete No-Limit Hold'em engine.

Stack: Rust • Actix-web • PostgreSQL • Redis • WebSockets


On-chain orderbook with price-time priority, LSMR AMM integration, event queue architecture, and off-chain cranking for compute optimization.

Stack: Rust • Anchor • Solana • TypeScript


Production vault with event-driven sync (Solana → PostgreSQL → Cache), balance reconciliation, real-time WebSocket updates, and Prometheus metrics.

Stack: Rust • Anchor • Actix-web • PostgreSQL • Moka Cache


Solana liquid staking with cooldown-based unstaking, dynamic exchange rates, and secure PDA vault custody.

Stack: Rust • Anchor • SPL Token


Full-stack knowledge management with AI summarization (LLaMA2), OAuth/JWT auth, multi-content support, and service-based architecture.

Stack: Node.js • Express • TypeScript • MongoDB

View More Projects

Blockchain

  • SPL Token Escrow - Secure escrow with slot-based timeout
  • Solana Staking Program - Points-based rewards system
  • Token Launchpad - SPL token creation tool

Full-Stack

  • n8n Workflow Platform - Visual workflow builder
  • Paysol dApp - SOL payment application
  • Developer Faucet - Testnet automation

Weekly Coding Activity

Metrics updated automatically via WakaTime

Education & Recognition

Indian Institute of Technology Madras
Bachelor of Science in Electronic Systems | CGPA: 9.61/10 | 2023-2027

Selected Achievements

  • 100xDevs Super-30 Fellowship (1 of 30 from 10,000+ applicants)
  • 6x Debate Competition Winner
  • MUN Delegatory Committee Member
  • Research Summit Presenter (2024)

Areas of Focus

Current Interests

  • Solana protocol architecture and smart contract security
  • Production backend systems with event-driven patterns
  • DeFi infrastructure (orderbooks, AMMs, custody, governance)
  • Rust systems programming and performance optimization

Open to Collaboration

  • DeFi protocol development
  • Solana infrastructure projects
  • Backend architecture consulting
  • Open source contributions

Contact

Email: prakharshri18@gmail.com
LinkedIn: linkedin.com/in/-prakhar-shrivastava
Twitter: @prakharshri18
GitHub: github.com/shri-prakhar

Building production systems • Shipping daily • Contributing to open source

Pinned Loading

  1. LST_CONTRACT LST_CONTRACT Public

    An LST anchor in anchor with all test suites

    Rust

  2. n8n n8n Public

    workflow automation platform inspired by n8n

    TypeScript

  3. Poker Poker Public

    Poker

    Rust

  4. Prediction_market_on_solana Prediction_market_on_solana Public

    Pridiction Market Solana with onChain Orderbooks

    Rust

  5. second-brain second-brain Public

    Second Brain - Personal Knowledge Management System

    TypeScript

  6. SPL_TOKEN_ESCROW_CONTRACT SPL_TOKEN_ESCROW_CONTRACT Public

    An escrow contract on solana using anchor with proper test suits with supports spl-token-transaactions also.

    Rust