Awesome
Welcome to Bitcoin Wallet, a standalone Bitcoin 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 Bitcoin payments into your own Android app (e.g. donations, in-app purchases).
- sample-integration-android: A minimal example app to demonstrate integration of Bitcoin payments into your Android app.
You can build all sub-projects at once using Gradle:
gradle clean build
You can install the app from the app store of your choice:
- Testnet: <a href="https://f-droid.org/app/de.schildbach.wallet_test">F-Droid</a> | <a href='https://play.google.com/store/apps/details?id=de.schildbach.wallet_test'>Google Play</a>
- Mainnet: <a href="https://f-droid.org/app/de.schildbach.wallet">F-Droid</a> | <a href='https://play.google.com/store/apps/details?id=de.schildbach.wallet'>Google Play</a>