This code is to create a proveably random smart contract lottery
- Users can enter by paying a ticket price
- The ticket fees are going to go to the winner during a draw
- After X period of time, the lottery will automatically draw a winner
- And, this will be done programmatically
- Using Chainlink VRF and Chainlink Automation
- Chainlink VRF -> Randomness
- Chainlink Automation -> Time based trigger
- Write some deploy scripts
- Write our tests
- Local chain
- Forked testnet
- Forked mainnet