spaceh3ad / brownie_lottery

Lottery smart contract that randomly chooses the winner from participants - using Chainlink VRF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  1. Users can enter lottery with ETH based on a USD fee
  2. An admin will chose when lottery is over
  3. The lottery will select a random winner

How do we want to test it?

  1. mainnet-fork
  2. development with mocks

About

Lottery smart contract that randomly chooses the winner from participants - using Chainlink VRF


Languages

Language:Solidity 58.0%Language:Python 42.0%