Skip to content

bitcoindevkit/devkit-wallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8dcdea6 · Apr 20, 2025
Feb 18, 2025
Apr 20, 2025
Feb 15, 2025
Feb 12, 2025
Feb 18, 2025
Feb 19, 2025
Aug 6, 2021
Apr 20, 2025
Feb 19, 2025
Nov 13, 2023
Nov 13, 2023
Feb 19, 2025
Feb 15, 2025

Repository files navigation

Bitcoindevkit Android Example 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 to be a production-ready wallet, and only works on Testnet3, Testnet4, Signet, and Regtest.

This demo app is a departure of the Devkit Wallet approach and is 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 of the bitcoindevkit library. The variants live on different branches and are as follows:

  • variant/esplora: The default branch. This app receives its bitcoin data from a public Esplora instance.
  • variant/kyoto: This app uses Compact Block Filters to sync its wallet.
  • variant/0.30.0: This app uses the 0.30.0 version of the bitcoindevkit library, showcasing the pre-1.0 API.