Loading page
Loading page
build // Bitcoin · Wallets
Ship a descriptor-based CLI that creates addresses, tracks UTXOs, builds change outputs, and broadcasts signed spends on regtest.
Build a command-line wallet that proves you can combine libraries, regtest, and wallet architecture into working software.
A solid single-sig native segwit (or Taproot) wallet beats a half-finished multisig demo. Nail the happy path first: init, address, balance, and send.
init - create or import a regtest walletaddress - print a fresh receive addressbalance - show confirmed / unconfirmed totalssend - pay an address with a chosen fee ratebump - optional RBF fee bump for a pending sendRequired skills
Part of the bitcoin roadmap.
cli/ argument parsing wallet/ descriptors, addresses, coin selection rpc/ Bitcoin Core client psbt/ build + sign helpers
Reference patterns for payments, addresses, and PSBTs in JavaScript.
A production-minded CLI wallet built on the Bitcoin Dev Kit.
No questions yet — be the first to ask.