Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 850 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 850 Bytes

NOTE: Currently Work in Progress

FoundryLottery

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.

Getting Started

Quick Start

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