This code is to create a proveably 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
- And this will be done automatically
- Using chainlink VRF and Chainlink automation
- Chainlink VRF : Randomness
- Chainlink Automation: Time based trigger
- Write some deploy scripts
- write some tests
- work on local chain
- forked testnet
- forked mainnet