Proof of work | Description | Technologies |
---|---|---|
Dutch-Auction | A Dutch auction smart contract enable user to sell their goods | Solidity, Foundry |
NFT-Share | NFT-Share is a smart contract project which allow users to mint the nft and nft ower to mint shares of their nft and sell it | solidity, Foundry |
Airdrop | An Airdrop smart contract, allow any protocol to airdrop their tokens. allowed users can claim the token. The project is in three version from simple to advanced with integration with automation | solidity, Foundry, chainlink-automation |
EIP-4337-AA | Implemented smart contract account (Account Abstraction) also known as EIP4337 and tested it. | solidity, Foundry, account-abstraction |
Ethernaut | Openzeppelin's Ethernaut challenges (Ongoing) | solidity, Foundry, openzeppelin |
Upgradeable-proxy | Created minimalistic implementation of all the upgreadable proxy pattern for smart contracts (Open Source) | solidity, Foundry |
Aadhar-Voting | Created A voting system build on evm competible blockchain that allows user to vote openly and in decentralized manner | solidity, Foundry |
Proof of work | Description | Technologies |
---|---|---|
Audit-Reports | Smart contract audit reports from competitive audits platforms | Solidity, Foundry, slither, aderyn |
Proof of work | Description | Technologies |
---|---|---|
Task_Manager | Developed an advace ToDo manager cli tool, that employes user defined data types, error handling, control flow and modules, allows user to add task via command line by only typing commands | Rust, serde, colored, clap |
Dig | Dig is a simplified CLI tool that is same as grep in linux | Rust, clap, colored, regex |
Proof of work | Description | Technologies |
---|---|---|
E-commerce | Developed core API's for an E-Commerce project | NodeJs, ExpressJs, MongoDB |
Blog | Developed core API's for a Blog webapp project | NodeJs, ExpressJs, MongoDB |