MattiaFailla / solidity-lottery

Test Solidity lottery system contract

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solidity contract Lottery system

  1. Users can enter lottery with ETH based on a USD fee
  2. An admin will choose when a lottery is over (not really decentralized, later I'll add time-based round end)
  3. The lottery will select a random winner

About

Test Solidity lottery system contract


Languages

Language:Solidity 65.4%Language:Python 34.6%