nunchuk-io / nunchuk-android

Security and convenience. Get both with Nunchuk Bitcoin wallet.

Home Page:https://nunchuk.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nunchuk Android

Nunchuk Android is a natively written multisig wallet powered by libnunchuk.

For more info on our products, please visit our website.

Building the app

Prerequisite: Building the SDK

Follow the build instructions for Nunchuk Android Native SDK.

Publish the SDK to the local maven. Note the SDK version number.

Building the app

Open dependencies.gradle and update nativeSdkVersion to the SDK version you just published.

Build and run the app on your device.

Alternative solution without building the SDK (Recommended)

You can use prebuilt sdk version from github, check it here.

Change nativeSdk in dependencies.gradle to the prebuilt version

    nunchukDeps = [
            nativeSdk: "com.github.nunchuk-io:nunchuk-android-nativesdk-prebuild:latest_version@aar"
    ]

About

Security and convenience. Get both with Nunchuk Bitcoin wallet.

https://nunchuk.io

License:GNU General Public License v3.0


Languages

Language:Kotlin 98.4%Language:Java 1.6%