A testnet-only bitcoin wallet full of tutorials on how to use bitcoin wallets.
We're building the app you'll want to recommend to your teenage cousins at Christmas or to your dad that keeps asking questions about bitcoin. It aims to be a self-study tool, getting its users acquainted with the usual workflow and basic jargon of mobile wallets in a risk-free environment perfect for experimentation and learning (testnet).
We think testnet is an underused resource outside of software development circles, and believe it can be leveraged for bitcoin-curious people everywhere. Testnet offers all the complexity of mainnet, and one of the goal of this wallet is to eventually foray into these more advanced bitcoin features (output descriptors, multisig wallets, DLCs) and offer a training and testing ground for users.
Join us on discord!
You can download the latest apk for this app on the v0.8.0
release page.
The tutorials are broken down in two groups: Essentials and Advanced, each of which contain Concepts to understand and Skills to master. The currently planned tutorials are the following:
Essentials
- What is the bitcoin testnet? (concept)
- Bitcoin units (concept)
- Receiving bitcoin (skill)
- What is the mempool? (concept)
- Sending bitcoin (skill)
- What are transaction fees? (concept)
- What is a wallet recovery phrase? (concept)
- Recovering a wallet from a recovery phrase (skill)
Advanced
- Connect to your own node
- Replace-by-fee
- Address types
- What are light clients?
There are many bitcoin testnet faucets out there, but Padawan uses native segwit addresses uniquely (bech32), so you'll need a faucet that can send to those. We suggest this one.
To build and run the app from source, you'll need:
- Android Studio
- A phone with Android 6 OS or above (Android Marshmallow, API level 23) with USB debugging activated OR an emulator on your development machine
- The bitcoindevkit library
The bitcoindevkit library for Android (bdk-jni
) is not yet available on public repositories of Android libraries. This means that in order to acquire it, one must build it from source.
To build it from source, head to the bdk-jni library repository and follow the instructions to build and publish to your local Maven repository.
Once you have the library available locally, you can build and run the app just like any other Android application!
If you think this project is interesting and would like to contribute, get access to the early release on the app store, or simply provide feedback and bounce ideas, check out our Discord server. Users and devs welcome.