afomic / dcrandroid

Decred Mobile Wallet for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Decred Mobile Wallet for Android


Languages

Language:Java 88.2%Language:Go 9.1%Language:Kotlin 2.5%Language:Shell 0.1%