Pinned Repositories
AaveFlashloan
Perform flash loans on Aave protocol, with a sample arbitrage strategy.
Blockchain_Concepts
Trying my bit to give back to community in form of Explaining some Blockchain Related Concepts
compound-finance_interaction
Smart contracts that enable interaction with Compound Protocol, allowing users to perform actions such as supply, redeem, borrow, repay, liquidation, and long/short positions programmatically through the Ethereum network.
DutchAuction_NFT
A Dutch auction is type of auction for buying or selling goods. In which the seller begins with a high price, and lowers it until some buyer accepts the price.
Merkle_Whitelist-Verify
An implementation of Merkle Trees for verifying whitelisted recipient of an Airdrop
Timelock
TimeLock is a contract that publishes a transaction to be executed in the future. After a mimimum waiting period, the transaction can be executed.
TRC20
A TRC20 token on TRON blockchain
TronDiceGame
A Dice Betting Game on Tron Blockchain
UniswapV2_Interaction
Solidity code for interacting with the Uniswap V2 Decentralized exchange, including functions for swapping tokens and adding/removing liquidity.
upgradeable-proxies
An implementation of UUPS(Universal Upgradeable Proxies)
Akkii4's Repositories
Akkii4/Blockchain_Concepts
Trying my bit to give back to community in form of Explaining some Blockchain Related Concepts
Akkii4/ElectionDapp
A simple decentralized application (DApp) built on the Ethereum blockchain using Solidity smart contracts. The DApp allows users to vote for their favorite candidate in an election.
Akkii4/Minimal-Proxy-Contract
Minimal proxy contract to deploy clones cheaply.
Akkii4/Solidity_Attacks
A collection of Smart Contracts depicting common attacks in Solidity
Akkii4/Akkii4
Akkii4/etherfi_refactored
Refactored ether.fi early adopter pool contracts for substantial gas savings
Akkii4/GasOptimisation_Solidity
Ways to minimise Solidity Gas Consumption
Akkii4/loanVault
LoanVault is a Solidity smart contract that allows users to deposit Ether (ETH) and receive stablecoins in return.
Akkii4/Non-Tradable_Tokens
Implementation of ERC-4671 :A standard interface for non-tradable tokens, aka badges or souldbound NFTs.
Akkii4/Solidity-Yul_Cheatsheet
Defining almost everything about Solidity and Yul assembly
Akkii4/SolidityTricky_Code
Solution to some advance peculiar problems of Solidity
Akkii4/DAO-Governance
DAO-based governance smart contract project built using Hardhat, allowing for decentralized decision-making and community-driven control.
Akkii4/StakingContracts
Hardhat based project containing multiple form of token staking contracts
Akkii4/UniswapV3_Interaction
Smart Contracts suite for interacting with the Uniswap V3 DEX, for tokens swapping and managing liquidity across there pools.
Akkii4/UniswapX
Gasless ERC20 swap settlement of Uniswap protocol
Akkii4/docs
📓 Uniswap V3 docs website
Akkii4/EIP-2930_Optional-AccessLists
Ethereum Access list for potential Gas Savings
Akkii4/github-readme-stats
:zap: Dynamically generated stats for your github readmes
Akkii4/learn-yul
Educational notes on Yul (Solidity Assembly) and how to use it inside Solidity Smart Contracts.
Akkii4/Ownable2Auth
Fixing over Openzeppelin Ownable shortcoming that it allows the owner to transfer ownership to a non-existent or mistyped address.
Akkii4/scaffold-eth-challenges
Scaffold-Eth 🏗 Challenges repository
Akkii4/solidity
Solidity, the Smart Contract Programming Language
Akkii4/Solidity_HardhatJS-Boilerplate
Boilerplate Template for kickstarting a Solidity-Hardhat Javascript based project without setting from scratch.
Akkii4/Solidity_Storage-Memory-Layout
Contract collection for understanding Solidity Complex Storage Layout
Akkii4/Solutions_fvictorio-EvmPuzzles
Solutions to EVM Puzzles of https://github.com/fvictorio/evm-puzzles
Akkii4/TokenCrossChain_Bridge
Simple Smart contracts suite for cross-chain bridge from Layer 1 to Layer 2 blockchain networks
Akkii4/TokenVault
A simple vault contract that allows user to deposit token , mint shares which can be redeemed for initial deposit and generated yield.
Akkii4/TreasureHunt
Onchain Grid based game is to find the hidden treasure, where treasure is determined dynamically based on player interactions and a set of predefined rules.
Akkii4/VaultContract_Assignment
Akkii4/youtube-tutorials