Skip to content
View Assassin859's full-sized avatar

Block or report Assassin859

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
Assassin859/README.md
Typing SVG

Profile Views Twitter LinkedIn


🌐 Web3 Developer Dashboard

MetaMask Wallet Mockup Foundry Terminal Mockup

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

import "@openzeppelin/contracts/access/Ownable.sol";

contract MaitreyaGaikwad is Ownable, Developer {
    string public constant name = "Maitreya Gaikwad";
    string public constant role = "Blockchain & Web3 Systems Architect";
    string public constant location = "Mumbai, India";
    
    mapping(string => string[]) public skills;
    
    constructor() {
        skills["languages"] = ["Solidity", "TypeScript", "JavaScript", "Python", "SQL", "HTML/CSS"];
        skills["blockchain"] = ["Ethereum", "Solana", "Hyperledger Besu", "Ethers.js", "Web3.js", "Wagmi", "Hardhat", "Truffle", "OpenZeppelin"];
        skills["backend"] = ["Node.js", "Express.js", "Supabase", "PostgreSQL", "MySQL", "REST APIs"];
        skills["devops"] = ["AWS (EC2)", "Docker", "Git/GitHub", "CI/CD (pipelines)"];
        skills["ai_assisted"] = ["Antigravity IDE", "Claude Code", "Cursor", "GitHub Copilot"];
    }
}

📑 Block Explorer (Verified Project Deployments)

Txn Hash Method Block To (Verified Contract / Project) Status
0xa82d...7f6b deployAtheonIDE 2025 – 2026 Atheon IDE (Browser-native gas cost heatmap, built-in AI linting, WASM terminal) Success
0x4d2e...9a3c createPharbitChain 2024 – 2026 Pharbit System (Besu Ethereum private chain, 5 Solidity contracts, 4-node AWS validation) Success
0x92f8...2b1a launchVaultFlow 2025 VaultFlow DeFi (Lending protocol on Oasis Sapphire Testnet, collateral management) Success
0x7c3a...6e8f deployChainQuest 2024 ChainQuest (On-chain bounty escrow with ETH/ERC-20 & 3% fee routing logic) Success
0x5d8c...3b9e initAICFO 2024 AI-CFO (AI startup treasury management with forecasting models) Success
0x3c9b...5a1d runSharkTankSim 2024 Shark Tank Simulator (Interactive business game with AI investor feedback mechanics) Success
0x1763...3312 mergeSolanaAdapter 2026 KeeperHub #1761 & #1763 (Full Solana ChainAdapter — read + write side, Turnkey signing, 3,312 lines merged) Merged ✓
0x6604...0z3p addMerkleTreeTests 2026 OpenZeppelin #6604 (Non-commutative hashing test coverage for MerkleTree library — approved by core maintainers) Merged ✓

🤝 Open Source Contributions

Project Contribution Detail
KeeperHub Solana ChainAdapter & Concurrency Fix
• Deployed the read-side Solana ChainAdapter (balance queries, explorer URLs, failover handling) including a concurrency fix for shared provider caching (#1761, 606 lines).
• Deployed the write-side Solana ChainAdapter (Turnkey transaction signing, native SOL transfer routing, dual EVM+Solana account provisioning; #1763, 2,706 lines).
OpenZeppelin MerkleTree Library Testing
• Added non-commutative hashing test coverage for MerkleTree library (#6604). Approved and merged by core maintainers.

🟣 KeeperHub Community Partner — recognized for Solana ecosystem contributions.


🎓 Certifications & Education

  • 🎓 B.E. in Computer Science (Blockchain Specialization) — University of Mumbai (Expected 2028)
  • 📜 Build on BNB Chain — BNB Chain Fundamentals by Rise In (Jul 2025)
  • 📜 Ethereum Bootcamp — Alchemy University (2024)
  • 📜 AI for Techies — Microsoft (Feb 2025)

🏆 Badges & Stats

Trophies


Maitreya's GitHub Stats Top Languages

🐍 Contribution Snake

github contribution grid snake animation

Discord

Building at the intersection of blockchain infrastructure and developer tooling.

Pinned Loading

  1. OpenZeppelin/openzeppelin-contracts OpenZeppelin/openzeppelin-contracts Public

    OpenZeppelin Contracts is a library for secure smart contract development.

    Solidity 27.2k 12.4k

  2. OpenZeppelin/contracts-wizard OpenZeppelin/contracts-wizard Public

    Interactive smart contract generator based on OpenZeppelin Contracts.

    TypeScript 294 182

  3. KeeperHub/keeperhub KeeperHub/keeperhub Public

    Forked from vercel-labs/workflow-builder-template

    Automate on-chain events and actions reliably and securely. Build Workflows in minutes without the need for infrastructure, code or wallet management. Get instant alerts and never miss what matters.

    TypeScript 15 16

  4. Maitreyapharbit/Blockchain Maitreyapharbit/Blockchain Public

    JavaScript 1 1

  5. cryptp cryptp Public

    TypeScript

  6. vaultflow vaultflow Public

    Solidity