Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 386 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 386 Bytes

Random raffle (lottery) contracts

About

A proveably random smart contract lottery.

Workflow

  1. Users enter the lottery by buying a ticket.
  2. All ticket fees are added to prize pool.
  3. After x amount of time, the lottery automatically draws a winner.
  4. Winner will be given all the prize money.
  5. Uses Chainlink VRF(Randomness) and Chainlink Automation(Time based trigger)