Skip to content
View Pandey456's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Pandey456

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

⚑ terminal.access("Adarsh Pandey")

Typing SVG


System Profile

B.Tech in Computer Science & Business Systems. Smart-contract engineer building DeFi protocols end-to-end. Shipped a token-game DApp to BSC mainnet and a Uniswap V2–style AMM on Sepolia β€” both live and interactable. Performance Engineer at Cognizant by day; building Web3 by night.


πŸš€ Live Projects

swap.adarshpandey.xyz β€” Uniswap V2–style AMM on Sepolia. Three contracts (Pool, Factory, Router) written from scratch in Foundry. Multi-hop swaps, CREATE2 deterministic pool addresses, balance-check pattern, MINIMUM_LIQUIDITY lock. Frontend built with viem + wagmi. β†’ Source

0xprofit.netlify.app β€” Token-pool prize DApp shipped to BSC mainnet (2025). Custom ERC-20 token, verified contract, real on-chain transactions. β†’ Contract on BSCscan

quickfund-sepolia.netlify.app β€” Trustless crowdfunding platform on Sepolia. Factory pattern architecture, Foundry test coverage. β†’ Source


πŸ› οΈ Tech Stack

Layer Technologies
Smart Contracts Solidity 0.8.x, Foundry (forge, cast, anvil), OpenZeppelin, Slither
Security Patterns ReentrancyGuard, CEI ordering, CREATE2, MINIMUM_LIQUIDITY lock, balance-check / optimistic transfer, slippage protection
Frontend / Web3 viem, wagmi, RainbowKit, React, Vite, TypeScript, Tailwind CSS
Chains BSC mainnet, Sepolia, Base (planned)
Performance (day job) JMeter, LoadRunner, Grafana, AppDynamics, New Relic, Python (Selenium)
Data / Cloud SQL, Power BI, AWS EC2, Python

πŸ“ˆ Recognition

  • Startup Mahakumbh 2024 β€” selected 1 of 1,095 to showcase in New Delhi
  • GDSC Founding Lead ('23) β€” established the community from zero
  • Currently working through Cyfrin Updraft (Foundry Advanced, Security & Auditing)

πŸ“Š Activity

{
  "engineer": "Adarsh Pandey",
  "day_job": "Performance Engineer @ Cognizant",
  "night_shift": "Smart Contract Engineer / DeFi Protocol Developer",
  "currently_shipping": "Mini-AMM on Sepolia β†’ L2 mainnet next",
  "learning": ["Cyfrin Updraft", "V2 β†’ V3 β†’ V4 architecture"],
  "location": "Bangalore, India",
  "seeking": "Remote Web3 engineering / audit associate roles"
}

πŸ”— Connect

X: @pandeyy456 β€” building in public, daily progress on AMM Email: pandey.adarsh2910@gmail.com_ LinkedIn: Adarsh Pandey

Pinned Loading

  1. VeilMarket VeilMarket Public

    The first confidential parimutuel prediction market on Flare. Eliminating herding bias using TEEs, FDC, and FTSO for trustless, zero-knowledge resolution.

    Solidity

  2. UniswapV2 UniswapV2 Public

    Building a Uniswap V2–style AMM in Solidity + Foundry.

    Solidity

  3. CrowdFunding-Factory CrowdFunding-Factory Public

    Trustless Crowdfunding Platform Using the Factory Pattern; Campaigns are isolated contracts.

    HTML

  4. ERC-20_Token ERC-20_Token Public

    Creating a ERC-20 Standard token

    Solidity