Skip to content
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.
/ EtherollApp Public archive

Provably fair dice game running on the Ethereum blockchain

License

Notifications You must be signed in to change notification settings

AndreMiras/EtherollApp

Repository files navigation

EtherollApp

Build Status

Provably fair dice game running on the Ethereum blockchain. Built with Python, Kivy and love.

Screenshot mainscreen Screenshot roll history

Run

. venv/bin/activate
./src/main.py

Install

make

Test

make test
make uitest

Docker

There's a Dockerfile to build Linux dependencies and run tests.

docker build --tag=etheroll .
docker run etheroll /bin/sh -c '. venv/bin/activate && make test'