Skip to content

Provably fair dice game running on the Ethereum blockchain

License

Notifications You must be signed in to change notification settings

crypto-vs/eth-dice

 
 

Repository files navigation

Etheroll ReactJS

Build Status

Experimental project running an alternative Etheroll frontend on ReactJS. If you're looking for the mobile app instead, see EtherollApp.

Closed down

The upstream project/smart-contract closed down. https://www.reddit.com/r/etheroll/comments/peeekh/etheroll_is_closing_down/

Run

make start

Install

make

Test

make lint
make test

Docker

We provide a Dockerfile that can be used for development or production. Build and run with:

docker-compose up

The application will be served on both port 80 (default HTTP) and 3000 (default Node.js port). Find out more reading the docker-compose.yml file.

Deployment

The app can be deployed on GitHub pages when releasing via:

make deploy

It can also be deployed on Heroku for staging:

git push heroku develop:master

About

Provably fair dice game running on the Ethereum blockchain

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 92.8%
  • HTML 2.3%
  • Dockerfile 2.0%
  • CSS 1.7%
  • Other 1.2%