Sign inSign up

andremiras/etherollapp-android

By andremiras

Updated about 6 years ago

Image
0

494

andremiras/etherollapp-android repository overview

EtherollApp

Build Status Github Actions Tests Github Actions Android PyPI version Get it on F-Droid Releases

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

Screenshot mainscreen Screenshot roll history

Install & Usage

EtherollApp is available on PyPI. Therefore it can be installed via pip.

pip3 install --user EtherollApp

Once installed, it should be available in your PATH and can be ran from the command line.

etherollapp

Develop & Contribute

If you want to experiment with the project or contribute, you can clone it and install dependencies.

make

Later run the code on desktop via the run target.

make run

Unit tests are also available.

make test
make uitest

On Android you can build, deploy and run using Buildozer.

buildozer android debug deploy run logcat

And debug with logcat.

buildozer android adb -- logcat

Documentation

Find out more browsing the documentation directory: https://github.com/AndreMiras/EtherollApp/tree/develop/docs/

Tag summary

Content type

Image

Digest

Size

278.2 MB

Last updated

about 6 years ago

docker pull andremiras/etherollapp-android