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 a winner during the draw.
- After X period of time, will automatically draw a winner.
- And this will be done progamatically
- Using Chainlink VRF & Chainlink Automation
- Chainlink VRF --> Randomness
- Chainlink Automation --> Time based trigger
- Write some deploy scripts
- Write our tests
- Work with a local chain
- Forked testnet
- Forked mainnet