Decentralized lottery application based on Ethereum platform
Setup
npm install
Start application
npm start
- Open local server at http:localhost:3000
Testing
npm test
Dockerization
If you want to use docker, please pull the docker image
docker pull nguyennguyen/lottery-react-app
docker run -it nguyennguyen/lottery-react-app bash
Smart Contract
- Address 0x33a8cabFE581783e7A074D6c35b36d449F20D33E
- Network: Rinkeby
- URL: https://rinkeby.etherscan.io/address/0x33a8cabFE581783e7A074D6c35b36d449F20D33E
Document
Open Lottery.xml in [https://draw.io]https://draw.io to deeply understand business of this application