Create 11_0_Designing_Real_Bitcoin_Scripts.md

This commit is contained in:
Shannon Appelcline 2017-06-01 12:59:35 -07:00 committed by GitHub
parent a7fc9dfbc4
commit 95f812beef

View File

@ -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)