diff --git a/06_6_Creating_a_Partially_Signed_Bitcoin_Transaction.md b/06_6_Creating_a_Partially_Signed_Bitcoin_Transaction.md new file mode 100644 index 0000000..ae3ac7b --- /dev/null +++ b/06_6_Creating_a_Partially_Signed_Bitcoin_Transaction.md @@ -0,0 +1,21 @@ +# 6.6: Creating a Partially Signed Bitcoin Transaction + +> :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 that had continued to be expanded through Bitcoin Core 0.20.0. Most of the commands in this section are from 0.17.0, but the updated `importmulti` that support descriptors is from 0.18.0. + +## Understand a PSBT + +## Create a PSBT the Old-Fashioned Way + +## Create a PSBT the Hard Way + +## Create a PSBT the Easy Way + +## Examine Your PSBT + +## Summary: Creating a Partially Signed Bitcoin Transaction + +## What's Next?