This code is to proveably create a random smart contract lottery
- Users can enter by paying for a ticker
- 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 programatically
- Using Chainlink VRF and Chainlink Automation
- Chainlink VRF -> Randomness
- Chainlink Autometion -> Time based trigger
- Write some deploy scripts
- Write our tests
- Work on a local chain
- Forked Testnet
- Forked Mainnet
- Test pushing to GitHub
- Initial Push
- Updating README