/dcrandroid

Decred Mobile Wallet for Android

Primary LanguageJava

dcrandroid - Decred Mobile Wallet

Build Status

A Decred Mobile Wallet for android that runs on top of dcrwallet.

Requirements

Android 3.0 or above.

Prerequisites

  1. Android SDK and NDK
  2. Android Studio
  3. Go(1.8 or 1.9)
  4. Dep
  5. Gomobile (correctly init'd with gomobile init)

Run the following commands

git clone https://github.com/decred/dcrandroid.git
cd dcrandroid/pkg
mkdir bin
export GOPATH=$(pwd)
export PATH=$PATH:$GOPATH/bin
cd src/mobilewallet
dep ensure -v
gomobile bind -target=android/arm
cp mobilewallet.aar ../../../app/libs/mobilewallet.aar
cd ../../../
./gradlew