Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.27 KB

10_0_Embedding_Bitcoin_Scripts_in_P2SH_Transactions.md

File metadata and controls

26 lines (18 loc) · 1.27 KB

Chapter 10: Embedding Bitcoin Scripts in P2SH Transactions

Bitcoin Script moves down several levels of abstraction, allowing you to minutely control the redemption conditions of Bitcoin funds. But, how do you actually incorporate those Bitcoin Scripts into the transactions you've been building to date? The answer is a new sort of Bitcoin transaction, the P2SH.

Objectives for This Chapter

After working through this chapter, a developer will be able to:

  • Design a P2SH Transaction
  • Apply a P2SH Bitcoin Script

Supporting objectives include the ability to:

  • Understand the P2SH Script
  • Understand the Multisig Script
  • Understand the Various Segwit Variations of Scripts
  • Understand How to Spend Funds Sent to a P2SH

Table of Contents