nunchuk-android icon indicating copy to clipboard operation
nunchuk-android copied to clipboard

Security and convenience. Get both with Nunchuk Bitcoin wallet.

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"
    ]