Skip to content
View praptisharma28's full-sized avatar
:dependabot:
Rusting away on Solana, brb
:dependabot:
Rusting away on Solana, brb

Highlights

  • Pro

Organizations

@rpcpool @FOSS-Community @solana-turbin3 @SolanaCore @SolanaContracts @Carbon-on-Chain

Block or report praptisharma28

Report abuse

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

Report abuse
praptisharma28/README.md

praptisharma28 Open Source Love

struct Dev { name: &'static str, role: &'static str, langs: [&'static str; 3], } fn main() { let me = Dev { name: "Prapti Sharma", role: "Web2 + Web3 Dev πŸ‘©β€πŸ’»", langs: ["🐍 Python", "⚑ TypeScript", "πŸ¦€ Rust"], }; println!("Hi, I'm {} πŸ‘‹\n{}", me.name, me.role); println!("I am currently into: {}", me.langs.join(", ")); }
  • πŸ”— I’m currently into blockchain.
  • 🏊 PS: I'm a swimmer and absolutely love the water!

Have a look at my Proof of Work

Things I code with

TypeScript Python Rust Solana Django FastAPI Node.js Express.js Axum Next.js Tailwind CSS PostgreSQL MongoDB Firebase Docker AWS Git Linux

An image of @praptisharma28's Holopin badges, which is a link to view their full Holopin profile

Pinned Loading

  1. Solana-Real-time-Transaction-Indexer Solana-Real-time-Transaction-Indexer Public

    A modular and extensible blockchain indexer for Solana, built for production use with multiple subscription modes, real-time processing, and database persistence.

    TypeScript 85 19

  2. the-rust-book-simplified the-rust-book-simplified Public

    Simplified explanations from The Rust Programming Language book πŸ¦€, word-to-word, code-to-code, everything important in less time.

    68 7

  3. x402-Triton-Gateway x402-Triton-Gateway Public

    A production-ready micropayment gateway that implements HTTP 402 (Payment Required) to monetize access to historical Solana blockchain data via Old Faithful. Users pay micro-amounts in USDC to quer…

    TypeScript 15 3

  4. miniserve-rs miniserve-rs Public

    A minimal multi-threaded web server built in Rust from scratch to explore low-level networking concepts.

    Rust 6

  5. Solana-CEX Solana-CEX Public

    A centralized cryptocurrency exchange (CEX) with Solana blockchain integration.

    Rust 6 2

  6. RWA-Contract RWA-Contract Public

    RWA contract for carbon credit project using Token-2022 extensions and an AccessControl pattern for compliance.

    TypeScript 6 3