genitrust / dash-wallet

Dash Wallet for Android
http://www.hashengineeringsolutions.com/?page_id=196
0 stars 1 forks source link

Welcome to Dash Wallet, a standalone Dash payment app for your Android device!

This project contains several sub-projects:

You can build all sub-projects at once using Gradle:

gradle clean build -x test

Full Guide for building the APK:

$ git clone https://github.com/HashEngineering/dashj.git

$ cd dashj

$ git checkout release-0.14

$ mvn clean install -DskipTests

$ cd ..

$ git clone https://github.com/HashEngineering/dash-wallet.git

$ cd dash-wallet

$ git checkout release-4

$ gradle clean build -x test