mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-09 17:06:28 +00:00
846 B
846 B
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