Create 10_2_Using_Other_Script_Commands.md

This commit is contained in:
Shannon Appelcline 2017-06-13 12:07:45 -07:00 committed by GitHub
parent 1e7c05c975
commit f3babc80cf

View File

@ -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).