/noirwallet-android

Android SPV DigiByte wallet

Primary LanguageJavaMIT LicenseMIT

ƀ NoirWallet for Android

[download] (https://play.google.com/store/apps/details?id=org.noirofficial)

Noir done right

Supports all address types of Noir. p2pkh(z), p2sh(n), p2wpkh(nor)

A completely standalone Noir wallet

The NoirWallet is a rapidly developing mobile wallet for the Android platform. With extensive work done to enhance sync timing, the NoirWallet is the premier mobile product of the Noir platform.

How to set up the development environment:

  1. Download and install Java 7 or up
  2. Download and Install the latest Android studio
  3. Download and install the latest NDK https://developer.android.com/ndk/downloads/index.html or download it in android studio by "choosing the NDK" and press "download"
  4. Go to https://github.com/noirofficial/noirwallet-android and clone or download the project
  5. Open the project with Android Studio and let the project sync
  6. Go to SDK Manager and download all the SDK Platforms and SDK Tools
  7. Initialize the submodules - git submodule init
  8. Update the submodules - git submodule update
  9. Build -> Rebuild Project