8000 GitHub - IhorSavva/etheroll: Provably fair dice game running on the Ethereum blockchain
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

IhorSavva/etheroll

 
 

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.

Disclaimer

This is very early stage and experimental. I'm learning ReactJS while building it, but I'm not a UX designer.

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 server 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%
0