Restyled.io f8d4108d44 Restyled by prettier-markdown před 4 roky
..
data 1d73389af5 Restyled by prettier-json před 4 roky
opcode 96f612ed71 broke out parsescript into it's own package před 4 roky
params 5770fed7e2 moved script params to it's own package před 5 roky
parsescript 70431228be Fix EPTF decoding před 4 roky
scriptbuilder 283823059a mainline/decred: apply code style best practices před 4 roky
scriptnum bd791c937d Remove the moving key from scriptnum před 5 roky
txscripterr 952c6ec469 Split off txscript error to it's own package před 5 roky
README.md f8d4108d44 Restyled by prettier-markdown před 4 roky
doc.go fdc2bc867b txscript: Significantly improve errors. před 8 roky
engine.go dde4805565 Add AMD64 highly parallel optimized SHA-256 hash před 4 roky
engine_test.go 283823059a mainline/decred: apply code style best practices před 4 roky
example_test.go 4a41dd0b5e Moved wire/constants into it's own package před 4 roky
hashcache.go 8e3b084047 Yay, seems to work před 5 roky
hashcache_test.go 283823059a mainline/decred: apply code style best practices před 4 roky
opcode.go dde4805565 Add AMD64 highly parallel optimized SHA-256 hash před 4 roky
opcode_test.go 283823059a mainline/decred: apply code style best practices před 4 roky
pkscript.go dde4805565 Add AMD64 highly parallel optimized SHA-256 hash před 4 roky
pkscript_test.go 283823059a mainline/decred: apply code style best practices před 4 roky
reference_test.go 283823059a mainline/decred: apply code style best practices před 4 roky
script.go adf2ac5e47 for merge optimization: mainline btcd/decred style před 4 roky
script_test.go adf2ac5e47 for merge optimization: mainline btcd/decred style před 4 roky
scriptnum_test.go 283823059a mainline/decred: apply code style best practices před 4 roky
sigcache.go edccbeb892 Refactoring: Multiple changes on the advice of the linter před 5 roky
sigcache_test.go 441f34016b Tests all fixed up except for the wallet před 5 roky
sign.go 283823059a mainline/decred: apply code style best practices před 4 roky
sign_test.go 283823059a mainline/decred: apply code style best practices před 4 roky
stack.go bd791c937d Remove the moving key from scriptnum před 5 roky
stack_test.go 283823059a mainline/decred: apply code style best practices před 4 roky
standard.go 283823059a mainline/decred: apply code style best practices před 4 roky
standard_test.go 283823059a mainline/decred: apply code style best practices před 4 roky
test_test.go 441f34016b Tests all fixed up except for the wallet před 5 roky

README.md

txscript

ISC License

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 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

License

Package txscript is licensed under the Copyfree ISC License.