Skip to content
View agkkkkk's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Block or report agkkkkk

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

Profile Views


๐Ÿ‘จโ€๐Ÿ’ป About Me

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

contract AnuragChemban {
    string public name     = "Anurag Chemban";
    string public role     = "Fullstack Blockchain Developer";
    string public location = "Bangalore, India ๐Ÿ‡ฎ๐Ÿ‡ณ";
    string public website  = "https://anuragchemban.com";

    string[] public currentlyLearning = ["Zero Knowledge Proofs", "ZK-SNARKs", "zkEVM"];

    string[] public interests = [
        "Smart Contract Security",
        "DeFi Protocols",
        "NFT Infrastructure",
        "Decentralized Applications"
    ];

    function contact() public pure returns (string memory) {
        return "chembananurag23@gmail.com";
    }
}

๐Ÿ› ๏ธ Tech Stack

โ›“๏ธ Blockchain

Ethereum Solana Polygon Hardhat Truffle Chainlink MetaMask Ethers.js Web3.js Alchemy IPFS Uniswap AAVE

๐Ÿ’ป Languages

JavaScript TypeScript Rust Go HTML5 CSS3

๐ŸŽจ Frontend

React Next.js TailwindCSS Redux Material UI Vite

โš™๏ธ Backend & Databases

NodeJS Express MongoDB PostgreSQL Supabase Heroku Git


๐ŸŒ Connect With Me

Website LinkedIn X / Twitter GitHub Instagram Email


Pinned Loading

  1. wager-wave wager-wave Public

    This project demonstrate a decentralized betting / casino game that leverages chainlink VRF 2.5 for randomness.

    Solidity

  2. simple-security-toolkit simple-security-toolkit Public

    Forked from nascentxyz/simple-security-toolkit

    A collection of practical security-focused guides and checklists for smart contract development

  3. aptos-nft-marketplace aptos-nft-marketplace Public

    A NFT marketplace smart contract for aptos blockchain

    Move 3