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 is supported. This note will only be visible to 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

Backend & Blockchain Infrastructure Engineer | IIT ISM '25

Building reliable, high-performance systems around Ethereum and L2s. I work primarily with Go and Rust, solving problems in indexing, P2P networking, mempool pipelines, and protocol engineering.


Currently Building

  • MEV detection & mitigation tooling for DeFi protocols
  • Cognitive augmentation systems with persistent AI memory
  • Privacy-preserving token standards using FHE

What I Work On

Blockchain Infrastructure -- Ethereum JSON-RPC, event log indexers, light clients, node tooling, reorg handling
Applied Cryptography -- FHE/TFHE token flows, ZK circuits (Groth16), ring signatures, FFS verification
Backend Systems -- Concurrent Go services, indexing pipelines, caching layers, WebSocket feeds
Smart Contracts -- Solidity, Account Abstraction, ERC/EIP standards, on-chain trading systems


Tech Stack

Languages     Go | Rust | TypeScript | Python | Solidity | SQL
Infra         Docker | Redis | PostgreSQL | BoltDB | gRPC | CI/CD
Blockchain    Ethereum | StarkNet | L2s/Rollups | The Graph | Account Abstraction
Crypto        FHE (TFHE/fhEVM) | ZK-SNARKs | Ring Signatures | Merkle Proofs

Featured Work

Project Stack What it does
eth-log-indexer Go Concurrent Ethereum event indexer with historical backfill, live subscriptions, checkpointing & reorg handling
MEV-Shield TypeScript Defensive tooling to detect and mitigate MEV extraction in DeFi
eth-light-client Go Minimal Ethereum light client syncing via block headers and Merkle proofs
CRC20-Token-Standards Solidity Privacy-preserving token standard using Zama's fhEVM and FHE
Ring Signatures Rust RSA ring signature scheme with full sign/verify pipeline
FFS Verification Rust Feige-Fiat-Shamir zero-knowledge identification protocol

Experience

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

Gusto Development -- Blockchain Infra Intern
AMM/DEX components, subgraph indexing via The Graph, production smart contract integrations.


Highlights

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

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

    Blockchain-based certificate minting and verification platform with DigiLocker integration

    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

    RSA-based ring signature scheme in Rust — full sign/verify pipeline for anonymous authentication

    Rust