Skip to content
View 0xEunum's full-sized avatar
🧐
Focusing
🧐
Focusing
  • Hyderabad, India
  • 18:54 (UTC -12:00)

Block or report 0xEunum

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
0xEunum/README.md

Hi, I'm Muzammil (Eunum) 👋

Full-Stack Web3 Builder · Smart Contracts · Frontend & Backend Systems

Building secure, end-to-end decentralized applications. From low-level EVM execution to high-performance client interfaces and robust backend services.


📚 About Me

I am a Full-Stack Web3 Builder driven by a passion for understanding how decentralized systems work under the hood. Rather than specializing in just one layer of the stack, I focus on the entire lifecycle of decentralized products. I design secure smart contracts, build responsive frontends, implement robust backends, and integrate oracle/infra systems.

  • EVM & Protocols: Deep interest in EVM internals, storage layouts, and low-level execution semantics.
  • End-to-End Execution: Experienced in bridging the gap between blockchain state and user interfaces using modern Web3 libraries.
  • Security & Testing: Emphasize building production-ready protocols backed by strict testing suites (unit, integration, fuzzing, and invariant tests in Foundry).

🛠️ The Builder Stack

🧱 Smart Contracts & Protocol Logic

  • Languages & Frameworks: Solidity, Foundry, Hardhat, OpenZeppelin
  • Key Concepts: Upgradeability (UUPS/Transparent), Access Control, Token Standards (ERC-20/721/1155), Account Abstraction (ERC-4337)
  • Security & Testing: Fuzz & Invariant testing, gas profiling, static analysis, storage collision prevention

🌐 Frontend & User Experience

  • Frameworks & State: React, Next.js, TypeScript, Tailwind CSS, shadcn/ui
  • Web3 Integration: wagmi, viem, Ethers.js, Web3Modal, RainbowKit
  • Client Performance: Optimized state synchronization, caching chain queries, reactive UI design

⚙️ Backend & Infrastructure

  • Services & DBs: Node.js, Express, MongoDB, PostgreSQL, REST APIs
  • Oracles & Automation: Pyth Network, Chainlink (Data Feeds, VRF, Automation, Functions)
  • DevOps & Tooling: Git/GitHub, Docker, IPFS, deployment scripting, local testnets (Anvil/Hardhat)

🔨 Highlighted Projects

A tokenized, delayed native-asset transfer primitive built on Ethereum with liquid representation. Built for Ethereum Build Camp (by AyaCommunity, on the Road to Devcon VIII with EFDevcon).

  • The Stack: Solidity, Foundry, Node.js + Ethers.js Keeper Bot, React, TypeScript, Vite, Wagmi.
  • Under the Hood: Enables delayed native ETH transfers with an enforced timelock buffer. Senders retain cancellation rights, and recipients receive tradeable DToken claims. An automated off-chain keeper bot daemon polls events and settles claims trustlessly.

📈 HelixFi

Trustless limit order protocol on Conflux eSpace. Submitted to Conflux Network Global Hackfest 2026.

  • The Stack: Solidity, Pyth Network Oracles, Swappi Router (Uniswap V2-compatible), Wagmi v2, Viem, React, Node.js.
  • Under the Hood: Uses HelixOrderBook.sol to escrow tokens. Validates price freshness (≤60s) and signatures on-chain using Pyth Network push oracle data, then routes swaps through Swappi. Includes an open-source, gas-optimized backend keeper bot network.

ERC-4337 Account Abstraction simulation built from scratch to run on a local Anvil chain and bundler.

  • Under the Hood: Simulates off-chain user operations, constructs and signs UserOps, and verifies signatures on-chain via entry point interaction.

Elastic supply token protocol featuring cross-chain transfers using CCIP-style burn-and-mint mechanisms and oracle-driven rebasing.

  • Under the Hood: Employs fixed-point precision math to handle dynamic balance updates and utilizes automated oracle triggers for state synchronization.

🏅 Certifications & Education

Cyfrin Updraft - Smart Contract Engineering & Web3 Track

  • Blockchain Basics & Advanced Solidity ✅
  • Foundry Fundamentals & Advanced Testing (Fuzzing, Invariants) ✅
  • Chainlink Fundamentals & Oracle Design ✅
  • Full-Stack Web3 Development (Frontend & Client Integration) ✅

🔗 Connect

     


📊 GitHub Stats



🛠️ Let's design, deploy, and scale robust decentralized systems together.

Pinned Loading

  1. foundry foundry Public

    Parent directory of foundry projects!

  2. foundry-DeFi-stablecoin foundry-DeFi-stablecoin Public

    A Simple DeFi StableCoin pegged project example using Foundry.

    Solidity 1 1

  3. foundry-ERC20 foundry-ERC20 Public

    A Simple ERC20 Standard (Build from scratch) example using Foundry.

    Solidity

  4. foundry-Rebase-Token foundry-Rebase-Token Public

    A protocol that allows users to deposit into a vault and receive rebase tokens that represent their dynamically growing underlying balance.

    Solidity

  5. hot_post hot_post Public

    JavaScript

  6. Krypt Krypt Public

    Krypt is a simple sending tokens on Ethereum network. (Testnet).

    JavaScript