0xLive / etheroll

Provably fair dice game running on the Ethereum blockchain

Home Page:https://andremiras.github.io/etheroll/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Etheroll ReactJS

Build Status

https://andremiras.github.io/etheroll/

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

yarn 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-compuse 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.

About

Provably fair dice game running on the Ethereum blockchain

https://andremiras.github.io/etheroll/

License:MIT License


Languages

Language:JavaScript 93.2%Language:HTML 2.7%Language:CSS 1.9%Language:Dockerfile 1.8%Language:Makefile 0.2%