From eb60b6011ada645389faec2fa07bff8611deac13 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Thu, 18 May 2017 10:37:49 -0700 Subject: [PATCH] Create 8_3_Testing_a_Bitcoin_Script.md --- 8_3_Testing_a_Bitcoin_Script.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 8_3_Testing_a_Bitcoin_Script.md diff --git a/8_3_Testing_a_Bitcoin_Script.md b/8_3_Testing_a_Bitcoin_Script.md new file mode 100644 index 0000000..47ca480 --- /dev/null +++ b/8_3_Testing_a_Bitcoin_Script.md @@ -0,0 +1,13 @@ +# 8.3: Testing a Bitcoin Script + +> **NOTE:** This is a draft in progress, so that I can get some feedback from early reviewers. It is not yet ready for learning. + +Bitcoin Scripting allows for considerable new control over Bitcoin transactions, but it's all somewhat abstract. How do you actually turn that theoretical Bitcoin Script into functional Bitcoin code? The first answer is to test it. + +## Test a Script Online + +## Test a Script with Java + +## Test a Script with Bitcoin + +## Summary: Testing a Bitcoin Script