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

Block or report 0xMayurrr

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

Typing SVG


Portfolio LinkedIn X Email Profile Views


👾 whoami

// SPDX-License-Identifier: MIT
pragma solidity ^0.8.26;

contract Mayur {
    string public name     = "Mayur P.";
    string public handle   = "0xMayurrr";
    string public degree   = "BSc Computer Technology — Blockchain & Distributed Computing";
    string public college  = "Rathinam University, Tamil Nadu, India · 2023–2026";
    string public type_    = "Web3 Developer & Vibecoder";
    string public status   = "Shipping SaaS. Hunting remote Web3 roles. 🌍";

    string[] public currentlyBuilding = [
        "RPCForge ⚡  — SaaS RPC Gateway · Product Hunt launch incoming",
        "ZenProof    — Decentralized dev credentials via ZK-SNARKs",
        "OnTrade     — AI-driven on-chain automation"
    ];

    string[] public openTo = [
        "Smart Contract Dev", "Protocol Engineering",
        "Full-Stack dApp", "Web3 Infra"
    ];

    string[] public vibeStack = ["Cursor", "Claude Code", "GitHub Copilot"];

    function vibe() public pure returns (string memory) {
        return "Ship it. Break it. Fix it. Ship it again. 🧊";
    }
}

Fresh grad. No corporate badge yet. But I've got deployed contracts, live SaaS infra, 10+ hackathon wins, and merged PRs in production repos — built entirely on my own terms.


🚀 Featured — RPCForge ⚡ (SaaS — Launching on Product Hunt)

Product Hunt Live Dashboard Repo Stars

The open-source alternative to Alchemy & Infura — with a hosted SaaS tier.
Your gateway. Your keys. Your rules.

I was tired of Alchemy's surprise bills and Infura's rate limits. So I built my own — and now it's a product.

   your dApp / hardhat / ethers.js
            │   x-api-key: rpcf_xxx
            ▼
  ╔══════════════════════════════════════════════╗
  ║          ⚡  RPCForge Gateway               ║
  ║                                              ║
  ║  🔑 API Key Auth     🚦 Per-Tier Rate Limit  ║
  ║  ⚡ Response Cache   🔄 Multi-node Failover  ║
  ║  🚫 Method Guard     📊 WebSocket Dashboard  ║
  ║  🛝 RPC Playground   🗺️  Chain Heatmaps      ║
  ║  📈 Latency Tracker  🔑 Key-level Analytics  ║
  ╚═════════════════════╦════════════════════════╝
                        │
       ┌────────────────┼───────────────┬──────────────┐
       ▼                ▼               ▼              ▼
   Ethereum          Polygon           BSC          Arbitrum
   + Sepolia         Mainnet          Mainnet        One

What makes it different from just self-hosting a node:

Feature Public RPCs Alchemy/Infura ⚡ RPCForge
API Key Auth
Multi-node Failover
Per-key Rate Limits
Self-hostable
Open Source
Real-time Dashboard
RPC Playground
Vendor lock-in 🔒
Pricing Free $$$ Free / $9 / $29 / $99

Stack: Node.js · Express · React 18 · Supabase · Docker · Railway · Vercel · Stripe
Chains: Ethereum · Polygon · BSC · Arbitrum · Sepolia


⛓️ Web3 Projects

🟠 OnTrade — AI-Driven On-Chain Automation

Repo TypeScript n8n

n8n for on-chain logic. Build automated crypto strategies with visual blocks — no backend middlemen. Just strategy → compile → chain.

  • 🧩 Visual workflow builder — price triggers, indicators, AI reasoning nodes
  • 🤖 On-chain execution — trustless, transparent, unstoppable
  • 🔗 No centralized servers. Pure on-chain logic.
🟡 ChainSplit — Decentralized Bill Splitting on Cronos EVM

Live Repo Solidity React Wagmi MongoDB

Split bills. Settle debts. On-chain. Trustlessly. Each group gets its own GroupVault contract — no shared custody, ever.

  • 🏦 Factory + GroupVault contract architecture — full non-custodial design
  • 💸 Greedy debt-minimization algorithm for optimal on-chain settlements
  • 🔐 Custom nonReentrant guard · onlyAdmin/onlyMember access control
  • 🌐 IPFS metadata via Pinata · RainbowKit + WalletConnect v2

📍 Factory: 0xe9256300bb409b5Cf8CF16aDD6A0aDB0cc72E5bf · Cronos Testnet (338)

🔵 ZenProof — Decentralized Developer Credential Wallet

Repo ZK-SNARKs IPFS W3C DIDs

Your GitHub activity → verified on-chain portfolio. Prove you shipped without exposing everything.

  • 🔐 ZK-SNARK proofs via Semaphore — verify credentials without leaking data
  • 🪪 W3C DID standard — portable, chain-agnostic identity
  • 📦 IPFS-pinned credential store — censorship resistant by design
  • 🧠 Built the decentralized version before the big players did
🟢 Credora — Enterprise Credential Platform on Hyperledger Fabric

Live Repo Hyperledger Golang

Real-world credentials — degrees, certs, DAO badges — turned into Verifiable Credentials. Prove things without revealing everything.

  • 🔐 ZK privacy layer · Dual-layer auth (MetaMask + X.509 MSP for institutions)
  • 🤖 AI-powered fraud detection on credential submissions
  • 🇮🇳 Submitted to Blockchain India Challenge 2024 (MeitY)
🔮 Aptos Prediction Market — FinBERT Sentiment Oracle

Repo Move Next.js

Commit-reveal prediction market on Aptos with a HuggingFace FinBERT sentiment oracle feeding real market signals.

  • 🧠 Real NLP sentiment analysis integrated as a market signal feed
  • 🎲 Commit-reveal scheme — MEV-resistant, fair outcome resolution
  • ⚡ Move smart contracts · Petra wallet integration
📱 CryptoWallet — Institutional-Grade Mobile Ethereum Wallet

Repo React Native Ethers.js

AES-256 seed phrase encryption, live portfolio charts, native Send/Receive/Swap — ships as Android APK.


🌐 Web2 Projects

🎓 Campus Aid Buddy — Gemini RAG-Powered Campus Assistant

Repo React Firebase Gemini

4-role campus system (Student · Faculty · Admin · Visitor) with Gemini-powered RAG assistant. Built for Tech Masters '26 — won. 🏆

🏠 VibeStay — Vibe-Driven Stay Booking Platform

Live Repo

Filter stays by mood and aesthetic — not just location. Because where you stay should match your vibe.


🌱 Open Source Contributions

I don't just star repos. I actually ship PRs.

Project Contribution Status
🔷 OpenZeppelin Contracts Wizard PR #782 — Fixed yarn classic v1.x install docs ✅ Merged
🏗️ Scaffold-ETH 2 Made contractAddress optional in useScaffoldReadContract — reduced boilerplate for devs ✅ Shipped
🍌 Panana Predictions (Aptos) Added HuggingFace FinBERT NLP sentiment oracle to prediction market ✅ Shipped

🏆 Hackathons & Achievements

Event Result
🏆 Tech Masters '26 Winner
🏆 RAC-A-THON Winner
🥈 Google Developer Hackathon Runner Up
🎯 HACKTU 6.0 Finalist
🎯 WE Hack Top 6
🎯 Hack N Win 2.0 Finalist
🎯 Deep Funding Round Top 5
🎯 Build on Aptos Finalist
🎯 Pivot Hackathon Finalist
🛠️ Hack Beyond The Limits Technical Organizer — 24h national hackathon
🧑‍🏫 Smart India Hackathon Team Mentor
📌 Future Interns Blockchain & Crypto Internship

🛠️ Tech Stack

Blockchain & Smart Contracts

Solidity Move Hardhat Ethers.js Wagmi OpenZeppelin Hyperledger

ZK & Decentralized Identity

ZK-SNARKs Semaphore W3C DIDs IPFS

Multi-Chain

Ethereum Polygon Arbitrum BNB Chain Base Cronos Aptos

Languages & Full Stack

TypeScript JavaScript Python Golang React Next.js Node.js

Infrastructure & Tools

Docker PostgreSQL MongoDB Supabase Railway Vercel

Vibe Stack (AI-assisted dev)

Cursor Claude Code GitHub Copilot


📊 GitHub Stats



Trophies


Activity Graph


🐍 Contribution Snake

snake gif


📬 Let's Build

I'm actively looking for remote Web3 roles — smart contract dev, protocol engineering, full-stack dApp, infra. If you're shipping something on-chain and need someone who moves fast and thinks in primitives, let's talk.

Portfolio LinkedIn X / Twitter Email Superteam


"The chain doesn't lie. Neither does the commit history."

⚡ Built different. Shipped real. On-chain always.

Pinned Loading

  1. Ontrade-Chain Ontrade-Chain Public

    We are building an n8n-style workflow builder for automated crypto trading. Users create strategies using visual blocks like price triggers, indicators, sentiment checks, and AI reasoning. Once dep…

    1

  2. RPCForge RPCForge Public

    Forge your own gateway to the blockchain ⚡

    JavaScript 3

  3. Credora_Digital Credora_Digital Public

    ⚡ The Protocol Credora is a privacy-first, Universal Credential Wallet. We transform real-world achievements—university degrees, bootcamp certifications, and DAO contributions—into Verifiable Crede…

    TypeScript 2

  4. panana-predictions panana-predictions Public

    Forked from servrox-solutions/panana-predictions

    The Purpose is to Enhance the Markets with Visibility !!

    TypeScript 1

  5. 0xMayurrr 0xMayurrr Public

    README.md

    1