Update 8_0_Creating_Bitcoin_Script_Transactions.md

This commit is contained in:
Shannon Appelcline 2017-05-23 11:14:07 -07:00 committed by GitHub
parent a2e997297b
commit 9f2f3f0af6

View File

@ -14,10 +14,13 @@ Supporting objectives include the ability to:
* Understand the P2SH Script * Understand the P2SH Script
* Understand the Multisig Script * Understand the Multisig Script
* Test a Bitcoin Script * Test a Bitcoin Script
* Understand How to Spend Funds Sent to a P2SH
## Table of Contents ## Table of Contents
* [Section One: Building a Bitcoin Script with P2SH](8_1_Building_a_Bitcoin_Script_with_P2SH.md) * [Section One: Understanding the Foundation of P2SH](8_1_Understanding_the_Foundation_of_P2SH.md)
* [Section Two: Scripting a Multisig](8_2_Scripting_a_Multisig.md) * [Section One: Building a Bitcoin Script with P2SH](8_2_Building_a_Bitcoin_Script_with_P2SH.md)
* [Section Three: Testing a Bitcoin Script](8_3_Testing_a_Bitcoin_Script.md) * [Section One: Scripting a Multisig](8_3_Scripting_a_Multisig.md)
* [Section Four: Sending & Spending a Bitcoin Script](8_4_Send_and_Spending_a_Bitcoin_Script.md) * [Section One: Testing a Bitcoin Script](8_4_Testing_a_Bitcoin_Script.md)
* [Section One: Spending a Transaction with a Bitcoin script](8_5_Spending_a_Transaction_with_a_Bitcoin_script.md) — Awaiting API Work