Skip to content

heise2016/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' 

About

Provably fair dice game running on the Ethereum blockchain

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 99.4%
  • Other 0.6%