From f3babc80cfe1bd9b83d9b5951801ab3ed25b8e16 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 13 Jun 2017 12:07:45 -0700 Subject: [PATCH] Create 10_2_Using_Other_Script_Commands.md --- 10_2_Using_Other_Script_Commands.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/10_2_Using_Other_Script_Commands.md b/10_2_Using_Other_Script_Commands.md index d896ba1..7ee3d10 100644 --- a/10_2_Using_Other_Script_Commands.md +++ b/10_2_Using_Other_Script_Commands.md @@ -81,3 +81,7 @@ Also see: `OP_CODESEPARATOR` (0xab), `OP_CHECKSIGVERIFY` (0xad), and `OP_CHECKMU ## Summary: Using Other Script Commands Bitcoin Script includes a wide array of arithemetic, stack, and cryptographic opcodes. Most of these additional opcodes are probably not as common as the ones discussed in previous sections, but nonetheless they're available if they're just what you need to write your Script! + +## What's Next? + +Advance through "Bitcoin Scripting" with [Chapter Eleven: Designing Real Bitcoin Scripts](11_0_Designing_Real_Bitcoin_Scripts.md).