From 49c659519efe68c463feec8c4a59b842d03d94fa Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Mon, 22 May 2017 15:54:48 -0700 Subject: [PATCH] Update 8_4_Sending_and_Spending_a_Bitcoin_Script.md --- 8_4_Sending_and_Spending_a_Bitcoin_Script.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/8_4_Sending_and_Spending_a_Bitcoin_Script.md b/8_4_Sending_and_Spending_a_Bitcoin_Script.md index c96a15f..a9d9855 100644 --- a/8_4_Sending_and_Spending_a_Bitcoin_Script.md +++ b/8_4_Sending_and_Spending_a_Bitcoin_Script.md @@ -1,6 +1,13 @@ -Sending +> **WARNING:** The lack of any code Script interpretors is currently halting this section. + +# 8.4: Sending & Spending a Bitcoin Script + +If you can't test Bitcoin Scripts in simple APIs and UIs, then you can at least test them by sending and spending sample P2SH transactions on testnet, right? Sort of. This _is_ what you need to do to test Bitcoin Scripts currently, but you'll need some tools from the next Part of the book, so some of this will still remain theoretical. + +## Writing a Script to Hash Scripts + +## Sending a P2SH Transaction -BASH TO Make Hash From There: @@ -9,3 +16,6 @@ BitCoinJ ScriptBuilder Spending [need to successfully send first!] + +## Spending a P2SH Transaction +