andraze / smartcontract-lottery

Chainlink tutorial lesson 7 - Lottery

Home Page:https://www.youtube.com/watch?v=M576WGiDBdQ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brownie Lottery

  1. Users can enter the lottery with ETH on a USD fee.
  2. Admin will choose when the lottery is over.
  3. Lottery will select a random winner.

We test this using:

  1. mainnet-fork
  2. ganache-development with mocks
  3. rinkeby-testnet

Lottery has been tested and deployed at: '0x7b735E9e2DbF41462585e690FBD8C617275826c3' on Rinkeby test network. Check it out here.

About

Chainlink tutorial lesson 7 - Lottery

https://www.youtube.com/watch?v=M576WGiDBdQ


Languages

Language:Solidity 54.9%Language:Python 45.1%