Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 622 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 622 Bytes

Proveably Random Raffle Contracts

About

This code is to create a proveably random smart contract lottery.

What we what it to do?

  1. Users can enter by paying for a ticket
    1. The ticket fees are going to go to the winner during the draw
  2. After X period of time, the lottery will automatically draw a winner
    1. And this will be done programatically
  3. using chainlink VRF & chainlink Automation
    1. chainlink VRF -> Randomness
    2. chainlink Automation -> Time based trigger

Tests

  1. write some deploy scripts
  2. write our tests 1.work on a local chain 2.forked testnet 3.forked mainner