https://github.com/nighthawk-apps/nighthawk-wallet-android
Old version of Nighthawk Android Wallet. No longer maintained.
https://github.com/nighthawk-apps/nighthawk-wallet-android
android zcash zcash-wallet
Last synced: 6 months ago
JSON representation
Old version of Nighthawk Android Wallet. No longer maintained.
- Host: GitHub
- URL: https://github.com/nighthawk-apps/nighthawk-wallet-android
- Owner: nighthawk-apps
- License: apache-2.0
- Created: 2020-06-16T15:26:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-04T20:15:29.000Z (over 2 years ago)
- Last Synced: 2025-05-30T08:47:15.914Z (about 1 year ago)
- Topics: android, zcash, zcash-wallet
- Language: Kotlin
- Homepage: https://nighthawkwallet.com
- Size: 23.9 MB
- Stars: 33
- Watchers: 9
- Forks: 15
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
This project is no longer maintained, Nighthawk v2 repository is at https://github.com/nighthawk-apps/nighthawk-android-wallet
### Setup
To run, clone the repo, open it in Android Studio and press play. It should just work.
#### Requirements
- [The code](https://github.com/nighthawk-apps/nighthawk-wallet-android)
- [Android Studio](https://developer.android.com/studio/index.html) or [adb](https://www.xda-developers.com/what-is-adb/)
- A device or emulator
- Java 11 runtime for project to compile
### Install from Android Studio
1. Download Android Studio and setup an emulator
2. `Import` the zcash-android-wallet folder.
It will be recognized as an Android project.
3. Change Build Variant on Bottom Left of Android Studio IDE to zcashmainnetDebug or zcashtestnetDebug to select mainnet/testnet targets.
4. Change Gradle JDK Version under Android Studio Preference JDK 11.
5. Press play to install (once it is done opening and indexing)
### OR Install from the command line
To build from the command line, [setup ADB](https://www.xda-developers.com/install-adb-windows-macos-linux/) and connect your device. Then simply run this and it will both build and install the app:
```bash
cd /path/to/zcash-android-wallet
./gradlew
```
To build Nighthawk to run on Testnet:
```bash
cd /path/to/zcash-android-wallet
./gradlew :app:assembleZcashTestnetDebug
```
## Disclosure Policy
Do not disclose any bug or vulnerability on public forums, message boards, mailing lists, etc. prior to responsibly disclosing to Nighthawk Wallet and giving sufficient time for the issue to be fixed and deployed. Do not execute on or exploit any vulnerability.
### Reporting a Bug or Vulnerability
When reporting a bug or vulnerability, please provide the following to nighthawkwallet@protonmail.com
A short summary of the potential impact of the issue (if known).
Details explaining how to reproduce the issue or how an exploit may be formed.
Your name (optional). If provided, we will provide credit for disclosure. Otherwise, you will be treated anonymously and your privacy will be respected.
Your email or other means of contacting you.
A PGP key/fingerprint for us to provide encrypted responses to your disclosure. If this is not provided, we cannot guarantee that you will receive a response prior to a fix being made and deployed.
## Encrypting the Disclosure
We highly encourage all disclosures to be encrypted to prevent interception and exploitation by third-parties prior to a fix being developed and deployed. Please encrypt using the PGP public key with fingerprint: `8c07e1261c5d9330287f4ec35aff0fd018b01972`
## Disclaimers
There are some known areas for improvement:
- This app depends upon related libraries that it uses. There may be bugs.
- This wallet currently only supports transacting between shielded addresses, which makes it incompatible with wallets that do not support sending to shielded addresses.
- Traffic analysis, like in other cryptocurrency wallets, can leak some privacy of the user.
- The wallet requires a trust in the lighthttps server to display accurate transaction information.
- This app has been developed and run exclusively on `mainnet` it might not work on `testnet`.
See the [Wallet App Threat Model](https://zcash.readthedocs.io/en/latest/rtd_pages/wallet_threat_model.html)
for more information about the security and privacy limitations of the wallet.
## Contact Nighthawk Devs
zs1nhawkewaslscuey9qhnv9e4wpx77sp73kfu0l8wh9vhna7puazvfnutyq5ymg830hn5u2dmr0sf
### License
Apache License 2.0