padawan-wallet
Padawan Wallet
## Download You can download the latest APK for this app on the
v0.12.0: Daring Droid
release page or find it on the Google Play Store.
## Screenshots

Tutorials you say?
There are currently 9 tutorials in the app:
- What is the Bitcoin testnet?
- Receiving bitcoin
- Sending bitcoin
- What is the mempool?
- What are transaction fees?
- Bitcoin units
- What is a recovery phrase?
- Recovering your wallet
- The different types of wallets
Where can I get testnet coins?
Padawan sends you a 1-time amount of 75,000 satoshis (0.00075000 bitcoin) on startup so you can have fun right out of the gate. But if you need more testnet coins, there are many faucets out there. We suggest these two:
Building and running Padawan
To build and run the app from source, you'll need:
- Android Studio
- A phone with Android 8 (Android Oreo, API level 26) or above with USB debugging activated OR an emulator on your development machine.
Building and running Padawan iOS
To build and run the iOS app, you’ll need:
Xcode
XcodeGen
to generate PadawanWallet.xcodeproj, seeSwiftGen
to generate Strings, Fonts and Assets, seePython
Rust
Configuring the project
- After installing XcodeGen and SwiftGen, run the following commands
- In the root directory, run
This command will generate the PadawanWallet.xcodeproj and the localized strings. After that, just open the project inside the iOS/ directory or,just start-ios-dev
open iOS/PadawanWallet.xcodeproj
Once Xcode is open, navigate to the directory PadawanWallet/Resources/Config
and create the file FaucetConfig.xcconfig
. This file contains the configuration for Faucet coins. You will need to add the following settings to this file:
// Replace this information to Padawan Faucet API
//FAUCET_HOST = <the host>
//FAUCET_USER = <the user>
//FAUCET_PASSWORD = <the password>
FAUCET_SCHEME = http:/
FAUCET_URL = $(FAUCET_SCHEME)/$(FAUCET_HOST)/sendcoins
How can I contribute?
If you think this project is interesting and would like to contribute or simply provide feedback and bounce ideas, open an issue on this repository, or message the @padawanwallet Twitter account!