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

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.