This code is to create a provably random smart contract lottery
- Users can enter by paying for a ticket
- The ticket fees are going to go to the winner during the draw
- After x period of time, the lottery will automatically draw a winner (keeper?)
- This will be done programmatically
- Using Chainlink VRF & Chainlink Automation
- Chainlink VRF -> Randomness
- Chainlink Automation -> Time based trigger (keeper?)
- ga .
- gc '~'
- gs
- gp
- Write some deploy tests
- Write tests
- Work on a local chain
- Forked Testnet
- Forked Mainnet
All tests integrated with our deploy script