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