// 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";
}
}
๐ฏ
Focusing
Blockchain Dev | Freelancer
- India
-
03:03
(UTC +05:30) - in/anurag-chemban
- @_agk___
- https://anuragchemban.com
Pinned Loading
-
wager-wave
wager-wave PublicThis project demonstrate a decentralized betting / casino game that leverages chainlink VRF 2.5 for randomness.
Solidity
-
simple-security-toolkit
simple-security-toolkit PublicForked from nascentxyz/simple-security-toolkit
A collection of practical security-focused guides and checklists for smart contract development
-
aptos-nft-marketplace
aptos-nft-marketplace PublicA NFT marketplace smart contract for aptos blockchain
Move 3
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.


