Desktop application to support Abacus Wallet, a DIY Bitcoin hardware wallet
https://www.youtube.com/watch?v=G7fQn-IfNgs
-
Send and receive funds on the Bitcoin testnet
-
BIP39 recovery phrases
-
BIP32 hierarchical deterministic key derivation
-
Segwit addresses
How to run (requires microcontroller)
- Build Abacus Wallet and put firmware on the microcontroller's volume
pipenv install
python3 Abacus Hardware Wallet.py
Thanks to Justin Moon for getting me started programming Bitcoin
Thanks to Stepan Snigirev for his micropython Bitcoin bundle, which proved invaluable