This repo contains basic smart contract for the raffle game. The game is simple, you buy a ticket and wait for the raffle to end. If you are the winner, you get the prize.
The winner is selected by the random number generated using Chainlink VRF and the function to pick function is called using Chainlink Automation.
This projects have all testcases written in Solidty using Foundry.
- Unit Testing
- [] Integration Testing
- [] Forked Testing
- The Raffle contract is deployed on Sepolia