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)
- Host: GitHub
- URL: https://github.com/jdm79/lottery-app
- Owner: jdm79
- Created: 2018-03-05T20:48:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-08T23:24:03.000Z (over 8 years ago)
- Last Synced: 2025-01-22T12:49:38.150Z (over 1 year ago)
- Topics: ethereum, nodejs, solidity, solidity-contracts, solidity-language, solidity-web
- Language: JavaScript
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.