mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-08 16:36:32 +00:00
22 lines
751 B
Markdown
22 lines
751 B
Markdown
# 7.3: Integrating with Hardware Wallets
|
|
|
|
> :information_source: **NOTE:** This is a draft in progress, so that I can get some feedback from early reviewers. It is not yet ready for learning.
|
|
|
|
[intro]
|
|
|
|
> :warning: **VERSION WARNING:** This is an innovation from Bitcoin Core v 0.17.0. Earlier versions of Bitcoin Core will not be able to work with the PSBT while it is in process (though they will still be able to recognize the final transaction).
|
|
|
|
## Link to a Ledger
|
|
|
|
## Import Addresses
|
|
|
|
## Create a Transaction with PSBT
|
|
|
|
## Summary: Integrating with Hardware Wallets
|
|
|
|
> :fire: ***What's the power of HWI?***
|
|
|
|
## What's Next?
|
|
|
|
Move on to "Bitcoin Scripting" with [Chapter Seven: Introducing Bitcoin Scripts](07_0_Introducing_Bitcoin_Scripts.md).
|