Home

Awesome

<a href="https://nbd.wtf"><img align="right" height="196" src="https://user-images.githubusercontent.com/1653275/194609043-0add674b-dd40-41ed-986c-ab4a2e053092.png" alt=" NBD logo > Open Bitcoin Wallet (OBW)"/></a>

OBW - The Open Bitcoin Wallet

The Open Bitcoin Wallet (OBW) is an Android Bitcoin and Lightning wallet, a fork of Simple Bitcoin Wallet focused on providing a pleasant and simple experience with advanced features.

How to install OBW

To install the Open Bitcoin Wallet you have 3 options right now:

  1. Grab an APK from the releases page
  2. Download from Google Play
  3. Build from source (see instructions below)

OBW features

Some of the features OBW includes are:

Obi Wan fights using the Open Bitcoin Wallet (OBW)

How to build OBW from source

To build the Open Bitcoin Wallet run this:

git clone https://github.com/nbd-wtf/obw.git
cd obw
./gradlew assembleDebug

The APK will be at app/build/outputs/apk/debug.

Other commands: ./gradlew installDebug, ./gradlew assembleRelease, ./gradlew bundleRelease (with Gradle options -PSTORE_FILE=... -PSTORE_PASSWORD=... -PKEY_PASSWORD=... -PKEY_ALIAS=... when signing to publish to Google Play Store).

Immortan

Open Bitcoin Wallet (OBW) is based on Immortan, a versatile, flexible and reasonable library for building lightweight Bitcoin and Lightning wallets.

License

Apache.