Provably fair dice game running on the Ethereum blockchain. Built with Python, Kivy and love.
. venv/bin/activate
./src/main.py
make
make test
make uitest
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'