mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-08 16:36:32 +00:00
Create 11_0_Designing_Real_Bitcoin_Scripts.md
This commit is contained in:
parent
a7fc9dfbc4
commit
95f812beef
21
11_0_Designing_Real_Bitcoin_Scripts.md
Normal file
21
11_0_Designing_Real_Bitcoin_Scripts.md
Normal 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)
|
Loading…
x
Reference in New Issue
Block a user