Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 626 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 626 Bytes

Proveably Random Raffle Contracts

About

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

What we want 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 automatically
  3. Using chainlink VRF and Chainlink automation
    1. Chainlink VRF : Randomness
    2. Chainlink Automation: Time based trigger

Test

  1. Write some deploy scripts
  2. write some tests
    1. work on local chain
    2. forked testnet
    3. forked mainnet