NOTE: Currently Work in Progress
A decentralised automated lottery system enabled by smart contracts and Chainlink VRF's and Automation. I am creating this project to practice my knowledge and skills in blockchain, smart contract development with Foundry, and implementing Chainlink's VRF and Automation. I am implementhing this project myself, with my own code, guided by the Cyfrin Updraft's smart contract development course.
git clone https://github.com/spencerj411/FoundryLottery.git
cd FoundryLottery
forge install foundry-rs/[email protected] --no-commit
forge install smartcontractkit/[email protected] --no-commit
forge install transmissions11/solmate@v6 --no-commit
forge install Cyfrin/foundry-devops --no-commit