mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-07 16:06:26 +00:00
Create 10_2_Using_Other_Script_Commands.md
This commit is contained in:
parent
1e7c05c975
commit
f3babc80cf
@ -81,3 +81,7 @@ Also see: `OP_CODESEPARATOR` (0xab), `OP_CHECKSIGVERIFY` (0xad), and `OP_CHECKMU
|
|||||||
## Summary: Using Other Script Commands
|
## 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!
|
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).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user