Simple lottery smart contract using the brownie framework.
- Users can enter lottery with ETH based on a USD fee (uses Chainlink price feed)
- The admin gets to choose when the lottery is over
- The lottery will select a random number using the Chainlink VRF contract.
- We test the contract using the following : a mainnet-fork, by deploying mocks for the local development environment, and using the kovan testnet.