Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.5 KB

README.md

File metadata and controls

32 lines (26 loc) · 1.5 KB

Flutter Advance Lottery DAPP

Overview

DEMO : https://youtu.be/glz8rfMI4cw

Features

  • Private key of wallet is used to fetch public key and eth in wallet.
  • Multiple Account can be saved for future use.
  • Light mode and Dark mode theme.
  • Dashboard with the list of public lotteries created by community.
  • Lotteries can only be activated by the creator of the lottery.
  • Lottery can only be deleted by the creator of the lottery.
  • Anyone can participate into lottery by spending eth limit set by the creator.
  • Maximum entries is also set by the creator of the lottery.
  • Winner is chosen by random inside the contract, triggered by lottery creator.
  • Total ether collected is paid to the winner automatically upon winner selection.

Contributing

If you want to take the time to make this project better, please read the Todo first and try to complete them. Then, you can open a new issue, of a pull request.