mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-07 16:06:26 +00:00
1.2 KiB
1.2 KiB
Chapter Seven: Expanding Bitcoin Transactions with PSBTs
The previous chapter discussed how to use multisigs to collaboratively determine consent among multiple parties. It's not the only way to collaborate in the creation of Bitcoin transactions. PSBTs are a much newer technology that allow you to collaborate in a variety of stages, including the creation, funding, and authentication of a Bitcoin transaction.
Objectives for This Section
After working through this chapter, a developer will be able to:
- Create Transactions with PSBTs
- Use Command Line Tools to Complete PSBTs
- Use HWI to Interact with a Hardware Wallet
Supporting objectives include the ability to:
- Undestand How PSBTs Differ from Multisignatures
- Plan for the power of PSBTs
- Understand The Use of a Hardware Wallet