github.com/lbryio/lbcd@v0.22.119/txscript/README.md (about) 1 txscript 2 ======== 3 4 Package txscript implements the bitcoin transaction script language. There is 5 a comprehensive test suite. 6 7 This package has been augmented to include support for LBRY's custom claim operations. 8 See https://lbry.tech/spec 9 10 ## Bitcoin Scripts 11 12 Bitcoin provides a stack-based, FORTH-like language for the scripts in 13 the bitcoin transactions. This language is not turing complete 14 although it is still fairly powerful. A description of the language 15 can be found at https://en.bitcoin.it/wiki/Script