https://github.com/stormpyro/brownie-lottery
Lottery smart contract for ETH. Thanks to the awesome tutorial here: https://www.youtube.com/watch?v=M576WGiDBdQ&t=6363s
https://github.com/stormpyro/brownie-lottery
blockchain brownie chainlink python smart-contracts solidity tutorial
Last synced: about 2 months ago
JSON representation
Lottery smart contract for ETH. Thanks to the awesome tutorial here: https://www.youtube.com/watch?v=M576WGiDBdQ&t=6363s
- Host: GitHub
- URL: https://github.com/stormpyro/brownie-lottery
- Owner: stormpyro
- Created: 2022-01-12T18:26:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-20T21:39:06.000Z (over 4 years ago)
- Last Synced: 2025-01-05T07:15:05.706Z (over 1 year ago)
- Topics: blockchain, brownie, chainlink, python, smart-contracts, solidity, tutorial
- Language: Solidity
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
1. Users can enter lottery with ETH based on a USD fee.
2. An admin will choose when the lottery is over.
3. The lottery will select a random winner.