An open API service indexing awesome lists of open source software.

https://github.com/nunchuk-io/nunchuk-android

Security and convenience. Get both with Nunchuk Bitcoin wallet.
https://github.com/nunchuk-io/nunchuk-android

bitcoin multisig-wallets

Last synced: 3 months ago
JSON representation

Security and convenience. Get both with Nunchuk Bitcoin wallet.

Awesome Lists containing this project

README

          

# Nunchuk Android
Nunchuk Android is a natively written multisig wallet powered by [libnunchuk](https://github.com/nunchuk-io/libnunchuk).

For more info on our products, please visit [our website](https://nunchuk.io/).

# Building the app
## Prerequisite: Building the SDK
Follow the build instructions for [Nunchuk Android Native SDK](https://github.com/nunchuk-io/nunchuk-android-nativesdk).

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.

## Reproducible builds
See [instructions](./reproducible-builds)