Abelaby / smart-contract-lottery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  2. The ticket fees are going to go to the winner during the draw
  3. After X period of time, the lottery will automatically draw a winner
  4. And this will be done programatically
  5. Using Chainlink VRF and & Chainlink Automation
  6. Chainlink VRF -> Randomness
  7. Chainlink Automation -> Time based trigger

Tests !

  1. Write some deploy scripts
  2. Write our tests
  3. Work on a local chain
  4. Forked Testnet
  5. Forked Mainnet

About


Languages

Language:Solidity 93.1%Language:Makefile 6.9%