Provably fair dice game running on the Ethereum blockchain. Built with Python, Kivy and love.
The upstream project/smart-contract closed down. https://www.reddit.com/r/etheroll/comments/peeekh/etheroll_is_closing_down/
EtherollApp is available on PyPI.
Therefore it can be installed via pip.
pip3 install --user EtherollAppOnce installed, it should be available in your PATH and can be ran from the command line.
etherollappIf you want to experiment with the project or contribute, you can clone it and install dependencies.
makeLater run the code on desktop via the run target.
make runUnit tests are also available.
make test
make uitestOn Android you can build, deploy and run using Buildozer.
buildozer android debug deploy run logcatAnd debug with logcat.
buildozer android adb -- logcatFind out more browsing the documentation directory: https://github.com/AndreMiras/EtherollApp/tree/develop/docs/


