mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-08 08:26:17 +00:00
20 lines
738 B
Markdown
20 lines
738 B
Markdown
# 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
|