Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 1.56 KB

readme.md

File metadata and controls

10 lines (9 loc) · 1.56 KB

This repository is grounded in the training courses on Foundry by Cyfrin Updraft

Project name Link to repo Description
Storage Factory view The StorageFactory contract is designed to deploy instances of another contract, SimpleStorage, which is intended to store a user's favorite number
Fund Me view The FundMe smart contract enables users to deposit funds in Wei, with the requirement that the amount must exceed a specified MINIMUM_USD value in USD. This project leverages Chainlink Data Feeds to convert the deposited Wei into its equivalent USD value. Subsequently, the contract owner has the ability to withdraw these funds.
Raffle Lottery view The Raffle smart contract is a lottery that can be participated in by calling the enterRaffle() function and making a contribution in the amount of i_entranceFee. After some i_interval, ChainLink Automation will start the process of selecting a winner. The winner will be selected using ChainLink VRF.
Proxy view
Stablecoin view
Horse Store view Smart contract on Huff, low level patterns