mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-06 15:36:38 +00:00
21 lines
728 B
Markdown
21 lines
728 B
Markdown
# Chapter 12: 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
|
|
* Identify How to Learn More about Opcodes
|
|
|
|
## Table of Contents
|
|
|
|
* [Section One: Using Script Conditionals](12_1_Using_Script_Conditionals.md)
|
|
* [Section Two: Using Other Script Commands](12_2_Using_Other_Script_Commands.md)
|