Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dennis-mureti/smartcontract_lottery

Smart contract that allows for entry into a lottery and a winner is selected randomly there after closed and the restarts.
https://github.com/dennis-mureti/smartcontract_lottery

blockchain brownie chainlink etherium python smart-contracts vrfcoordinator

Last synced: 11 days ago
JSON representation

Smart contract that allows for entry into a lottery and a winner is selected randomly there after closed and the restarts.

Awesome Lists containing this project

README

        

1. Users can enter the lottery with ETH based on a USD fee(thus have to get that conversion rate)
2. An admin will choose when the lottery is over.
3. Loterry will select the winner.

how to test this?
1. `mainnet-fork` because we are working with some some on chain contracts and math
2. `development` with mocks
3. `testnet`