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.

Content in all repositories owned by your account will be closed.
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: MITpragma solidity^0.8.0;
contractAnuragChemban {
stringpublic name ="Anurag Chemban";
stringpublic role ="Fullstack Blockchain Developer";
stringpublic location ="Bangalore, India 🇮🇳";
stringpublic 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() publicpurereturns (stringmemory) {
return"chembananurag23@gmail.com";
}
}

🛠️ Tech Stack

⛓️ Blockchain

EthereumSolanaPolygonHardhatTruffleChainlinkMetaMaskEthers.jsWeb3.jsAlchemyIPFSUniswapAAVE

💻 Languages

JavaScriptTypeScriptRustGoHTML5CSS3

🎨 Frontend

ReactNext.jsTailwindCSSReduxMaterial UIVite

⚙️ Backend & Databases

NodeJSExpressMongoDBPostgreSQLSupabaseHerokuGit


🌐 Connect With Me

WebsiteLinkedInX / TwitterGitHubInstagramEmail


Pinned Loading

  1. wager-wavewager-wavePublic

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

    Solidity

  2. simple-security-toolkitsimple-security-toolkitPublic

    Forked from nascentxyz/simple-security-toolkit

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

  3. aptos-nft-marketplaceaptos-nft-marketplacePublic

    A NFT marketplace smart contract for aptos blockchain

    Move 3