Skip to content

ssanin82/Solidity-Lottery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

On-Chain Lottery Example

A lottery simulator for EVM-compatible blockchains. Allows players to enter the raffle for a fee, chooses the winner randomly (using Chainlink VRF to get random numbers on chain).

Testing: as simple as forge test

Can be tested locally with Anvil, as well as on Sepolia chain, assuming you get a Chainlink VRF subscription and update subscriptionId in test configurations.

Releases

No releases published

Packages

No packages published