this code is to create a proveably random smart contract lottery.
- User can enter by åaying for a ticket.
- The ticket fees are going to go to the winner during the draw.
- After X amount of time, the lottery will be closed. and a winner will be automatically selected.
- And this will be done programatically.
- Using chainlink VRF & chainlink automation
- chainling VRF --> randomness
- chainlink automation --> time based trigger
- Write some deploy scripts
- write our test
- Work on a local chain
- Forket Testnet
- Forked Mainnet# foundry-Raffle