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.
- Host: GitHub
- URL: https://github.com/nunchuk-io/nunchuk-android
- Owner: nunchuk-io
- License: gpl-3.0
- Created: 2022-11-15T00:40:55.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2026-01-14T14:46:07.000Z (5 months ago)
- Last Synced: 2026-01-14T18:19:30.122Z (5 months ago)
- Topics: bitcoin, multisig-wallets
- Language: Kotlin
- Homepage: https://nunchuk.io
- Size: 40.8 MB
- Stars: 70
- Watchers: 6
- Forks: 8
- Open Issues: 56
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)