This is the official home of the Zashi Zcash wallet for Android, a no-frills Zcash mobile wallet leveraging the Zcash Android SDK.
The Zashi Android wallet is currently in closed beta testing, and will be publicly available from the Google Play Store when testing is complete.
If you'd like to be added to the waitlist to become a Zashi beta tester, please sign up here.
If you'd like to report a technical issue or feature request for the Android Wallet, please file a GitHub issue here.
For feature requests and issues related to the Zashi user interface that are not Android-specific, please file a GitHub issue here.
If you wish to report a security issue, please follow our Responsible Disclosure guidelines. See the Wallet App Threat Model for more information about the security and privacy limitations of the wallet.
General Zcash questions and/or support requests and are best directed to either:
Contributions are very much welcomed! Please read our Contributing Guidelines to learn about our process.
If you'd like to compile this application from source, please see our Setup Documentation to get started.
If you plan to fork the project to create a new app of your own, please make the following changes. (If you're making a GitHub fork to contribute back to the project, these steps are not necessary.)
ZCASH_RELEASE_APP_NAME
ZCASH_RELEASE_PACKAGE_NAME
ZCASH_SUPPORT_EMAIL_ADDRESS
app/src/debug/google-services.json
and app/src/release/google-services.json
IS_ANDROID_INSTRUMENTATION_TEST_COVERAGE_ENABLED
is enabled, the debug app
APK cannot be run. The coverage flag should therefore only be set when
running automated tests.espresso-contrib
dependency will cause builds to fail, due to conflicting classes. This is a known issue with the Zcash Android SDK.AndroidKeysetManager: keyset not found, will generate a new one
is printed twice. This exception is not an error, and the code is not being invoked twice.org.jetbrains:markdown
dependency locking might occur. It is a
filed known issue that does not block building
the project.