A live gallery of my public repositories from GitHub, sorted by stars. This space reflects my commitment to building reliable, thoughtful, and excellent systems.
This repository showcases blockchain use cases and projects implemented in the Solidity programming language. Whether you are a beginner or an experienced smart contract engineer, this repository is a valuable resource for learning Solidity and exploring real-world use cases.
No description provided.
The YieldAggregator smart contract is designed to manage user deposits to maximize yield across popular DeFi protocols, such as Aave and Compound. The contract dynamically allocates funds to the protocol with the highest yield, provides fee management, and allows emergency withdrawals for enhanced security.
Decentralised banking system that facilitates the deposit and withdrawal of ERC20 tokens and Ether. The front-end code interacts with the smart contract to provide a user interface for users to interact with the Bank contract.
Decentralized online auction marketplace where users can sign up, log in, and connect their wallets. Users can create auctions through the UI, which deploys an Auction smart contract. Bidders can place bids, and at auction close, the winner is selected, transferring contract ownership to them.
This repository contains my notes and implementations from Colt Steele's "JavaScript Algorithms and Data Structures Masterclass." The course is designed to provide a comprehensive understanding of essential algorithms and data structures using JavaScript.