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:
- Be a reference application for the bitcoindevkit API on Android.
- Showcase some of the more advanced features of the bitcoindevkit library.
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.xversion 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.xversion of the bitcoindevkit library, showcasing the 1.0 API. - variant/0.32: This app uses the
0.32.xversion of the bitcoindevkit library, showcasing the pre-1.0 API.
