Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.77 KB

File metadata and controls

20 lines (14 loc) · 1.77 KB

Devkit Wallet

The Devkit Wallet is a wallet built as a reference app for the bitcoindevkit on Android. It is a fork of the long-standing Devkit Wallet, a repository showcasing the bitcoindevkit library for beginner and advanced Android developers. This repository is not intended produce a production-ready wallet, and the apps only work on Testnet3, Testnet4, Signet, and Regtest.

The demo apps are built with the following goals in mind:

  1. Be a reference application for the bitcoindevkit API on Android.
  2. Showcase some of the more advanced features of the bitcoindevkit library.

Variants

The app is available in a few variants, each showcasing different features or versions of the bitcoindevkit libraries. Each variant lives on its own branch and is a standalone application. After cloning the repository and checking out a variant branch, developers should open it in Android Studio.

  • master: This app uses Compact Block Filters and a few other options to sync its wallet.
  • variant/2.0: This app uses the 2.x version of the bitcoindevkit library, showcasing the 2.0 API. This app receives its bitcoin data from a public Esplora instance.
  • variant/1.0: This app uses the 1.x version of the bitcoindevkit library, showcasing the 1.0 API.
  • variant/0.32: This app uses the 0.32.x version of the bitcoindevkit library, showcasing the pre-1.0 API.