Update 8_0_Embedding_Bitcoin_Scripts_in_P2SH_Transactions.md

This commit is contained in:
Shannon Appelcline 2017-05-26 15:42:46 -07:00 committed by GitHub
parent 6018866fcf
commit 44b9701b5a

View File

@ -6,21 +6,21 @@ Bitcoin Script moves down several levels of abstraction, allowing you to minutel
After working through this chapter, a developer will be able to:
* Design a Bitcoin Script
* Design a P2SH Transaction
* Apply a P2SH Bitcoin Script
Supporting objectives include the ability to:
* Understand the P2SH Script
* Understand the Multisig Script
* Test a Bitcoin Script
* Understand How to Spend Funds Sent to a P2SH
## Table of Contents
* [Section One: Understanding the Foundation of P2SH](8_1_Understanding_the_Foundation_of_P2SH.md)
* [Section Two: Building a Bitcoin Script with P2SH](8_2_Building_a_Bitcoin_Script_with_P2SH.md)
* [Section Three: Scripting a Multisig](8_3_Scripting_a_Multisig.md)
* [Section Four: Testing a Bitcoin Script](8_4_Testing_a_Bitcoin_Script.md)
* [Section Five: Spending a Transaction with a Bitcoin script](8_5_Spending_a_Transaction_with_a_Bitcoin_script.md) — Awaiting API Work
* [Section Two: Building the Structure of P2SH](8_2_Building_the_Structure_of_P2SH.md)
* [Section Three: Running a Bitcoin Script with P2SH](8_3_Running_a_Bitcoin_Script_with_P2SH.md)
* [Section Four: Scripting a Multisig](8_4_Scripting_a_Multisig.md)
* [Section Five: Testing a Bitcoin Script](8_5_Testing_a_Bitcoin_Script.md)
* [Section Six: Spending a Transaction with a Bitcoin Script](8_6_Spending_a_Transaction_with_a_Bitcoin_Script.md) — Awaiting API Work