https://github.com/dashpay/dash-wallet
DashPay Wallet for Android
https://github.com/dashpay/dash-wallet
android dash wallet
Last synced: 3 days ago
JSON representation
DashPay Wallet for Android
- Host: GitHub
- URL: https://github.com/dashpay/dash-wallet
- Owner: dashpay
- Created: 2014-06-01T05:43:00.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2026-06-10T18:05:38.000Z (7 days ago)
- Last Synced: 2026-06-10T19:21:16.458Z (7 days ago)
- Topics: android, dash, wallet
- Language: Kotlin
- Homepage: https://dash.org
- Size: 129 MB
- Stars: 222
- Watchers: 26
- Forks: 177
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Security: docs/security/ALL_PIN_CHECKS_UPDATED.md
Awesome Lists containing this project
README
Welcome to _Dash Wallet_, a standalone Dash 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. [wallet README](wallet/README.md)
* __common__:
Contains common components used by integrations.
* __features__:
Contains features such as Explore Dash
* __market__:
App description and promo material for the Google Play app store.
* __integration-android__:
A tiny library for integrating Dash payments into your own Android app
(e.g. donations, in-app purchases).
* __integrations__
Contains the various integrations: Crowdnode, Coinbase, Uphold,
* __sample-integration-android__:
A minimal example app to demonstrate integration of digital payments into
your Android app.
You can build the production version using Gradle:
`./gradlew assembleProdRelease`
The built apks will be in `wallet/build/outputs/apk`