Logo

Visitors #...

GM, I'm Anurag

frontendbackenddevopssmart contracts

They call me Pixel. What kind of name is that? I craft smooth interfaces, power them with logic, and deploy like a reflex.

Available for freelance or full-time roles. Slide into myDMsorEmailme.

GitHub, Resume? Yep, they’re all unlocked if you’re curious.

Places I’ve Made an Impact

Founding Engineer → CTOToken Launchpad — First-time builders

Present

Led end-to-end developement of a solana token launch platform integrated with Meteora DBC and DAMMv2 enabling fair launches without custom AMMs or bounding curve- drove $20M+ aggregate trading volume across launched tokens.

Architected full token lifecycle: DBC pool creation, single-sided liquidity bootstrapping, configurable gradution thresholds automated Damm v2 migration, and LP locking - powered dozens of rapid, composable launches with jupiter and trition aggregator suuport

Implemented production-grade safety features including dynamic fees, multi-layered anti-snipe protections, whale caps, and rate-limiting- ensured fair distribution and reduced predatory acivity during high-demand phase ( thousand of TPS).

Delivered 99.99% uptime and zero-downtime deploys through reliable orchestration (Rust/TS + Meteora SDKs), real-time analytics (TVL/price/sniper tracking), and DevOps foundation (CI/CD, auto-scaling infra, alerting) — ensured platform resilience during peaks and rapid iteration.

Contract Developer

DEC 2025 – Present

Accelerated user onboarding and gasless transactions by integrating Paymaster with Particle Network wallet — enabled seamless, fee-sponsored interactions on the SRD DEX, boosting adoption for non-custodial trades.

Owned end-to-end wallet integration for EVM/Solana compatibility, including AA (Account Abstraction) flows and secure key management — reduced friction in cross-chain swaps, improving UX and transaction success rates.

Delivered production-ready features that enhanced DEX liquidity and security, contributing to platform growth amid high-volume trading environments.

Contract Developer

May 2025 – Jun 2025

Delivered 2 polished, responsive Web3 sites from Figma in weeks (Next.js + Tailwind) — elevated UX to production quality, improving onboarding flow and user retention for a live product.

Built seamless Solana/EVM wallet + swap/pool interfaces (wagmi/RainbowKit) with real-time balances and transaction UX — reduced drop-offs and boosted engagement in DeFi interactions

Community Manager → Promoted to Full-Stack Developer

Aug 2023 – Dec 2024

Drove platform growth through optimized, responsive UI (components, dark mode, mobile perf) — improved user satisfaction and retention for a scaling community tool.

* Owned reliable infra and releases (AWS EC2 + DigitalOcean, autoscaling, Nginx/Certbot, GitHub Actions CI/CD) — enabled consistent weekly deploys with near-zero downtime, accelerating feature velocity from months to days.

Things I've Built

Yellowstone-Vixen

Real-time Solana token indexing & trading system. Yellowstone-Vixen streams Solana swap events (Meteora DAMM v2 + DBC), processes trades in real time, generates candlesticks (klines), and serves everything via WebSockets and REST API. Built to turn raw blockchain firehose into clean, actionable data for traders, bots, and dApps.

As a solo project, this was brutally hard to get right. Yellowstone Geyser streams are unforgiving — frequent disconnects, duplicates, high TPS spikes (thousands/sec), and Solana network chaos demanded rock-solid reliability. I engineered custom retry/idempotency logic, ordered processing, and state management to avoid data loss or corruption during peaks.

Why It's Tough (and What I Overcame)
  • Unreliable streams → exponential backoff + deduping + ordered ingestion
  • High-volume event processing → Rust for sub-ms latency, Redis as fast bus
  • Race conditions in mint tracking → atomic ops and custom locking
  • Real-time klines without lagging → in-memory aggregation + efficient DB writes
  • Production resilience → Dockerized services, health checks, horizontal scaling

The result: A battle-tested system that handles live loads cleanly, powers real-time dashboards/bots, and avoids common pitfalls that kill most indexing setups.

Trading Terminal

Terminal-first crypto market intelligence & trading platform for Solana. Trading Terminal is a fast, lightweight, terminal-based tool for real-time Solana market monitoring, intelligence, and execution. Built in pure Rust for speed and reliability — because GUIs are slow and terminals never crash under pressure.

Solo project grind: Solana's TPS chaos + terminal constraints made this tough. Streaming live data (trades, prices, liquidity), handling wallet/tx signing securely, rendering clean TUI views without lag, and ensuring zero dropped events during network spikes required heavy optimization. Custom async handling, efficient state management, and low-latency RPC polling were key to making it feel snappy.

Why It's Hard (and What I Solved)
  • High-throughput Solana streams → robust reconnection, deduping, ordered processing
  • Terminal UX limits → custom TUI rendering (ratatui-inspired) for charts, orderbooks, trades
  • Secure trading → safe key management, tx building/signing without exposing secrets
  • Real-time without freezing → async Rust + efficient polling/caching
  • Prod resilience → graceful degradation during RPC outages
Key Features
  • Real-time price feeds, orderbook, recent trades
  • Live token/liquidity monitoring
  • Wallet integration & tx execution (swap, limit orders)
  • Custom TUI: charts, logs, multi-pane views
  • Configurable alerts & hotkeys
VanityGPU

Solana-native vanity address generator powered by AIDP GPUs. VanityGPU lets teams submit Base58 patterns (prefix/suffix/regex) and get matched Solana (Ed25519) vanity addresses via GPU-accelerated brute-force search. Private keys delivered securely and non-custodially — no service ever sees plaintext secrets.

Solo-built beast: Offloading Ed25519 key search to GPUs is computationally insane (58^k complexity for k-char prefix), plus Solana's strict Base58 alphabet. Integrating AIDP GPUs required custom job queuing, proof-of-compute attestations, encrypted delivery (user pubkey encryption + zeroization), and anti-phishing policies. Handling enterprise needs (webhooks, rate limits, audit logs, on-chain verification) while keeping it secure and performant was a grind.

Why It's Tough (and What I Solved)
  • Exponential search space → AIDP GPU offload + batched jobs for feasible generation
  • Security model → Non-custodial: encrypt privkey client-side, zeroize server-side; signed attestations prove compute
  • Pattern complexity → Sanitized bounded regex + policy enforcement to prevent abuse/impersonation
  • Delivery reliability → Webhook payloads + optional on-chain attestation events
  • Prod ops → Queue (Redis/SQS), monitoring (Prometheus/Grafana), scalable API/workers
Key Features
  • Prefix/suffix/regex patterns (e.g., "ANU...", "...XYZ", "^(DAO)[1-9A-HJ-NP-Za-km-z]{2}")
  • Non-custodial privkey delivery (encrypted with user pubkey)
  • Proof-of-compute attestations (job_id, pattern, digests, AIDP metadata, worker sig)
  • Webhook + on-chain event delivery
  • Enterprise controls: per-tenant webhooks, HMAC, rate limits, pattern policies
xandeum-app

Real-time analytics & monitoring dashboard for Xandeum pNodes. xandeum-app is the central observability platform for Xandeum's global distributed node network — think Solana validator dashboards (Stakewiz/Validators.app) but for pNodes. Delivers sub-second insights into 1000+ nodes: performance, uptime, latency, stake, geographic distribution, leaderboards, alerts, and predictive analytics.

Solo-built at scale: Real-time ingestion from thousands of pNodes via custom pRPC was brutal — handling network partitions, data spikes, ordering guarantees, and sub-100ms P95 latency globally required heavy optimization. Custom XDN scoring (weighted stake/uptime/latency/risk), time-series partitioning in Postgres, multi-layer caching (Redis + SWR), and WebSocket streaming pushed the stack hard.

Why It's Tough (and What I Solved)
  • Massive distributed data firehose → event-driven pRPC ingestion + ordered processing
  • Low-latency global queries → DB partitioning (time/geo), read replicas, Redis caching
  • Complex scoring & viz → Proprietary XDN algorithm + interactive Mapbox heatmaps, Recharts
  • Reliability under load → 99.9% uptime SLA, rate limiting, anomaly detection
  • Enterprise ops → API keys/auth, audit logs, AI assistant (Gemini) for insights
Key Features
  • Real-time node metrics & network health score
  • Interactive geo-heatmaps & leaderboards
  • XDN performance scoring algorithm
  • Alerting, incident logs, trend forecasting
  • Live WebSocket updates + API (node inventory, stats, heatmap)
  • AI-powered guidance (Google Gemini integration)

Sharing What I Learn

How to Build a Token Launchpad on Solana

2025

Deep dive into building a token launchpad on Solana blockchain. Learn the technical architecture, smart contract patterns, and best practices for launching tokens...

Surviving 731K Requests as a Solo Dev

2026

Around half a million requests slammed the site in a short burst. Bots, scrapers, snipers, the whole crypto circus showed up uninvited As a solo dev juggling everything from Next.js frontend to Solana RPC integrations, Kubernetes orchestration, and even the occasional meme tweet, this was my welcome to production moment. No team, no war room — just me

The Hidden Revenue Drain in Memecoin Launches

2025

Uncover the often-overlooked costs and revenue leaks in memecoin launches. Analyze fee structures, token distribution mechanics, and strategies to maximize returns...

We Just Survived a 48-Hour DDoS Attack

2025

For the past four days, our infrastructure has been under constant pressure from a persistent DDoS attack While we eventually stabilized everything, the attacker is still actively attempting to probe our system and bypass our protections. This post documents what happened, how they got around our rate limiting, what DigitalOcean reported to us, and how we fixed it.

Wash Trading Exposed: wSOL on Aerodrome

2026

1.86M transactions, with a screenshot showing rapid back-and-forth swaps in the SOL/USDC pool (0xb30540172f1b37d1ee1d109e49f883e935e69219) on Aerodrome. You suspected 99.8% wash-traded volume from three addresses, netting $50-150/hr in AERO per participant vs. just $32K organic.

Pump.fun: The Extraction Engine

2025

Analyze how Pump.fun operates as a token launch platform. Explore the mechanics, incentives, and economics behind one of Solana's most popular launchpad protocols...

Looking for a Developer? Let’s Talk.

Think I’m the right fit? Let’s make it official — schedule a meeting.