From 2a6ab1b3c2d8bb6794abff4f2f979426f21d3fdd Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Thu, 1 Jun 2017 10:11:31 -0700 Subject: [PATCH] Create 10_0_Expanding_Bitcoin_Scripts.md --- 10_0_Expanding_Bitcoin_Scripts.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 10_0_Expanding_Bitcoin_Scripts.md diff --git a/10_0_Expanding_Bitcoin_Scripts.md b/10_0_Expanding_Bitcoin_Scripts.md new file mode 100644 index 0000000..c53f5db --- /dev/null +++ b/10_0_Expanding_Bitcoin_Scripts.md @@ -0,0 +1,19 @@ +# Chapter 10: Expanding Bitcoin Scripts + +There's still a little more to Bitcoin Scripts. Conditionals give you full access to flow control, while a variety of other opcodes can expand your possibilities. + +## Objectives for This Chapter + +After working through this chapter, a developer will be able to: + + * Decide How to Use Script Conditionals + * Decide How to Use Other Script Opcodes + +Supporting objectives include the ability to: + + * Understand the Full Range of Scripting Possibilities + +## Table of Contents + +* [Section One: Understanding Script Conditionals](10_1_Understanding_Script_Conditionals.md) — Pending +* [Section Two: Understanding Other Script Commands](10_2_Understanding_Other_Script_Commands.md) — Pending