| Proof of work | Description | Technologies |
|---|---|---|
| Compose | Compose is a smart contract library that helps developers create smart contract systems using ERC-2535 Diamonds. | Solidity, Foundry |
| Proof of work | Description | Technologies |
|---|---|---|
| Token-0x | A Base ERC20 implementation focusing on gas optimised operations and security, developed in inline assembly | solidity, Yul, Foundry |
| EIP-4337-AA | Implemented smart contract account (Account Abstraction) also known as EIP4337 and tested it. | solidity, Foundry, account-abstraction |
| Upgradeable-proxy | Created minimalistic implementation of all the upgreadable proxy pattern for smart contracts (Open Source) | solidity, Foundry |
| Horse-With-Corn | Horse-With-Corn, a minimal clone of UniswapV2 | 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 |
| 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 |
| Aadhar-Voting | Created A voting system build on evm competible blockchain that allows user to vote openly and in decentralized manner | solidity, Foundry |
| Dutch-Auction | A Dutch auction smart contract enable user to sell their goods | Solidity, Foundry |
| Proof of work | Description | Technologies |
|---|---|---|
| Audit-Reports | Smart contract audit reports from competitive audits platforms | Solidity, Foundry, slither, aderyn |
| Ethernaut | Openzeppelin's Ethernaut challenges (Ongoing) | solidity, Foundry, openzeppelin |
| 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 will find the content from the mentioned file and print them | Rust, clap, colored, regex |
| brdv | brdv is git like tool that will help you to manage your projects (Early stage) | Rust, clap |
| redis_lite | redish_lite is redis like tool that will continuosly accepts the client requests and store data in key value form in local file (Early stage) | Rust, serde, tokio |