This code is to create provably random smart contract lottery.
- Users can enter by paying for a ticket.
- The ticket fees are gooing to go to the winner after the draw.
- After X period of time, Lottery will automatically draw a winner
- And this will be done programatically.
- Using chainlink vrf and automation.
- Chainlink VRF -> randomness
- Chainlink automation -> Time based trigger
- Write some deploy scripts.
- Write our tests