heise2016 / EtherollApp

Provably fair dice game running on the Ethereum blockchain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'

About

Provably fair dice game running on the Ethereum blockchain

License:MIT License


Languages

Language:Python 99.4%Language:Makefile 0.5%Language:Shell 0.1%