This code is to to create a proveably random smart contract lottery
- Users can enter by paying for a ticket
- The tickes fees are going to go to the winner during the draw
- After X period of time, the lottery will automatically draw a winner
- And this will be done programatically
- Uing Chainlink VRF -> Randomness
- Chainlink VRF -> Randomness
- ChainLink Automation -> Time base trigger
- Write some deploy scripts
- Write tests
- Work on a local chain
- Forked Testnet
- Forked Mainnet