Welcome to Mintcoin Wallet, a standalone Mintcoin payment app for your Android device!
This project contains several sub-projects:
- wallet: The Android app itself. This is probably what you're searching for.
- market: App description and promo material for the Google Play app store.
- integration-android: A tiny library for integrating Mintcoin payments into your own Android app (e.g. donations, in-app purchases).
- sample-integration-android: A minimal example app to demonstrate integration of Mintcoin payments into your Android app.
You can build all sub-projects at once using Maven 3.0.5:
mvn clean install -DskipTests