Skip to content
View CodeMongerrr's full-sized avatar

Block or report CodeMongerrr

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
CodeMongerrr/ReadMe.md

👋 Hey, I'm Aditya Joshi (@JoshiOnChain)

I'm a Backend / Blockchain Infrastructure Engineer focused on building reliable, high-performance systems around Ethereum and L2s. I work primarily with Go and Rust, and I enjoy solving problems in indexing, P2P networking, mempool pipelines, and protocol engineering.

I’ve interned at Nethermind (StarkNet ecosystem: Juno + Voyager) and contributed to real-world protocol and backend infrastructure used by developers and node operators.


🔧 What I Do

  • Build backend + infra systems in Go (concurrency, APIs, indexing pipelines, caching).
  • Work on blockchain infrastructure: Ethereum JSON-RPC, event logs, indexers, explorers, node tooling.
  • Implement systems-level crypto primitives in Rust (ZK/verification concepts, signatures, proofs).
  • Explore applied cryptography (FHE/TFHE, ZK circuits, privacy systems).

🛠️ Tech Stack

  • Languages: Go, Rust, Python, TypeScript, Solidity, SQL
  • Infrastructure: Docker, Redis, PostgreSQL, BoltDB, REST/WebSockets, gRPC, Git, CI/CD
  • Blockchain: Ethereum, StarkNet, L2s/Rollups, The Graph, Account Abstraction, ERC/EIP standards
  • Security/Crypto (Applied): FHE (TFHE), ZK concepts, signatures, Merkle proofs

🌟 Featured Projects

  • Ethereum Event Log Indexer (Go)
    Concurrent indexer supporting historical backfill + live subscriptions, with checkpointing and reorg handling under RPC constraints.

  • Crypto Protocol Suite (Rust): FFS + Ring Signatures
    Implemented FFS challenge-response authentication and RSA ring signatures with a complete sign/verify pipeline.

  • FHE Token Experiments (TFHE / fhevm)
    Exploring encrypted token flows and privacy-preserving transfer logic using TFHE-based computation.


💼 Experience

  • Nethermind (Protocol / Backend Intern)
    Worked on Juno (StarkNet client) P2P/networking reliability and Voyager explorer backend improvements.

  • Gusto Development (Blockchain Infra Intern)
    Contributed to AMM/Dex components, indexing via The Graph, and production smart contract integrations.


🏆 Highlights

  • Speaker at ETHBangkok / DevCon 2024
  • Hackathon wins across ETHGlobal-style events
  • Blockchain Lead @ CyberLabs (IIT ISM Dhanbad)

📫 Get in Touch

Pinned Loading

  1. eth-log-indexer eth-log-indexer Public

    A high-performance Ethereum event log indexer that scans blockchain data and stores structured logs for analytics and querying.

    Go

  2. Certicryp Certicryp Public

    Certificate Minter and Validator with DigiLocker Capabilities

    JavaScript

  3. CRC20-Token-Standards CRC20-Token-Standards Public

    A privacy-preserving token standard built using Zama’s fhEVM and Fully Homomorphic Encryption (FHE).

    Solidity

  4. Ring_Signature_Implementation Ring_Signature_Implementation Public

    Rust