You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ethereum-based platform that allows users to take advantage of arbitrage opportunities without employing any capital. It leverages the power of Flash Loans to borrow an optimal amount of funds, swap between DEXes to level the prices, then sending the profits.
Mock Implementation of the Rentable NFTs ( ERC 4907 ). ERC4907 is an extension of ERC-721, specially designed for NFT Renting. It proposes an additional role : user and a valid duration indicator : expires. It allows users and developers manage the rentable usage rights, more simple and efficient.
Smart contract that creates a lottery where anyone can enter. Only the owner of the contract can start/end the lottery. Python scripts to deploy, start, enter, fund & end the contract. Python tests to test the contract.
Here is a basic smart contract lottery with interactive features such as starting the lottery, purchasing tickets, ending the lottery, claiming prizes, and generating random winners.