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

https://github.com/jdm79/lottery-app

basic solidity contract using nodejs and web3js, deployed to ethereum blockchain (Rinkeby)
https://github.com/jdm79/lottery-app

ethereum nodejs solidity solidity-contracts solidity-language solidity-web

Last synced: 6 months ago
JSON representation

basic solidity contract using nodejs and web3js, deployed to ethereum blockchain (Rinkeby)

Awesome Lists containing this project

README

          

# lottery-app

simple lottery app written in solidity. players add some ether to the pile, then a manager picks a winner using pseudo random number generator. basic validation and function modifiers.