From 95f812beef5cfe1ada24514373acfcbd090f7cca Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Thu, 1 Jun 2017 12:59:35 -0700 Subject: [PATCH] Create 11_0_Designing_Real_Bitcoin_Scripts.md --- 11_0_Designing_Real_Bitcoin_Scripts.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 11_0_Designing_Real_Bitcoin_Scripts.md diff --git a/11_0_Designing_Real_Bitcoin_Scripts.md b/11_0_Designing_Real_Bitcoin_Scripts.md new file mode 100644 index 0000000..4923e3f --- /dev/null +++ b/11_0_Designing_Real_Bitcoin_Scripts.md @@ -0,0 +1,21 @@ +# Chapter 11: Designing Real Bitcoin Scripts + +Our Bitcoin Scripts to date have been largely theoretical, because we've been pu +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: + + * Assess Real-World Bitcoin Scripts + * Create Real-World Bitcoin Scripts + +Supporting objectives include the ability to: + + * Understand Existing Bitcoin Scripts + +## Table of Contents + + * [Section One: Writing Puzzles Scripts](11_1_Writing_Puzzle_Scripts.md) + * [Section Two: Writing Complex Multisig Scripts](11_2_Writing_Complex_Multisig_Scripts.md) + * [Section Three: Empowering Bitcoin with Scripts](11_3_Empowering_Bitcoin_with_Scripts.md)