Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 422 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 422 Bytes

Provable smart contract lottery

About

This is a simple and educational Ethereum smart contract that implements a lottery system. The contract has two main functions:

what it will do

  1. Allow users to enter the raffle by paying a fee

  2. Winners are chosen after a period of time and given the ticket money after he draw

  3. It uses chainlink VRF - randomness It uses chainink Automation - Time based trigger