Metadata-Version: 2.1
Name: EtherollApp
Version: 2019.911
Summary: Provably fair dice game running on the Ethereum blockchain
Home-page: https://github.com/AndreMiras/EtherollApp
Author: Andre Miras
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3
Description-Content-Type: text/markdown
Requires-Dist: eth-account (<0.4.0)
Requires-Dist: eth-utils
Requires-Dist: kivy-garden.kivymd
Requires-Dist: layoutmargin
Requires-Dist: opencv-python (>=4)
Requires-Dist: oscpy
Requires-Dist: pyetheroll
Requires-Dist: raven
Requires-Dist: requests-cache
Requires-Dist: web3

# EtherollApp

[![Build Status](https://secure.travis-ci.org/AndreMiras/EtherollApp.png?branch=develop)](http://travis-ci.org/AndreMiras/EtherollApp)
[![PyPI version](https://badge.fury.io/py/EtherollApp.svg)](https://badge.fury.io/py/EtherollApp)

<a href="https://f-droid.org/packages/com.github.andremiras.etheroll">
  <img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" height="75">
</a>
<a href="https://github.com/AndreMiras/EtherollApp/releases/download/v2019.0911/etheroll-2019.0911-debug.apk">
  <img src="https://www.livenettv.to/img/landing-page-1/google-play.png" height="75">
</a>

Provably fair dice game running on the [Ethereum blockchain](https://etheroll.com/#/smart-contract).
Built with Python, [Kivy](https://github.com/kivy/kivy) and love.

<img src="https://i.imgur.com/ORa0iTG.png" alt="Screenshot mainscreen" width="300"> <img src="https://i.imgur.com/Imwuifi.png" alt="Screenshot roll history" width="300">

## Run
```sh
make run
```

## Install
```sh
make
```

## Test
```sh
make test
make uitest
```


