|
4 年之前 | |
---|---|---|
.. | ||
data | 4 年之前 | |
opcode | 4 年之前 | |
params | 5 年之前 | |
parsescript | 4 年之前 | |
scriptbuilder | 4 年之前 | |
scriptnum | 5 年之前 | |
txscripterr | 5 年之前 | |
README.md | 4 年之前 | |
doc.go | 8 年之前 | |
engine.go | 4 年之前 | |
engine_test.go | 4 年之前 | |
example_test.go | 4 年之前 | |
hashcache.go | 5 年之前 | |
hashcache_test.go | 4 年之前 | |
opcode.go | 4 年之前 | |
opcode_test.go | 4 年之前 | |
pkscript.go | 4 年之前 | |
pkscript_test.go | 4 年之前 | |
reference_test.go | 4 年之前 | |
script.go | 4 年之前 | |
script_test.go | 4 年之前 | |
scriptnum_test.go | 4 年之前 | |
sigcache.go | 5 年之前 | |
sigcache_test.go | 5 年之前 | |
sign.go | 4 年之前 | |
sign_test.go | 4 年之前 | |
stack.go | 5 年之前 | |
stack_test.go | 4 年之前 | |
standard.go | 4 年之前 | |
standard_test.go | 4 年之前 | |
test_test.go | 5 年之前 |
Package txscript implements the bitcoin transaction script language. There is a comprehensive test suite.
This package has intentionally been designed so it can be used as a standalone package for any projects needing to use or validate bitcoin transaction scripts.
Bitcoin provides a stack-based, FORTH-like language for the scripts in the bitcoin transactions. This language is not turing complete although it is still fairly powerful. A description of the language can be found at https://en.bitcoin.it/wiki/Script
Package txscript is licensed under the Copyfree ISC License.