Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.55 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.55 KB

txscript

ISC License

Package txscript implements the soter 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 soter transaction scripts.

Soter Scripts

Soter provides a stack-based, FORTH-like language for the scripts in the soter transactions It is currently identical to the Bitcoin Script language. 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

Installation and Updating

$ go get -u github.com/soteria-dag/soterd/txscript

Examples

License

Package txscript is licensed under the copyfree ISC License.