kaspad/txscript
Svarog 6044b6ac1a [NOD-643] Remove monkey patch (#585)
* [NOD-643] Removed any mentions of monkey.Patch

* [NOD-643] Removed monkey from go.mod
2020-01-13 16:59:16 +02:00
..
2019-12-16 17:37:17 +02:00
2020-01-02 16:57:43 +02:00
2019-12-26 18:26:22 +02:00
2019-12-16 17:37:17 +02:00

txscript

ISC License GoDoc

Package txscript implements the kaspa transaction script language. There is a comprehensive test suite.

Kaspa Scripts

Kaspa provides a stack-based, FORTH-like language for the scripts in the kaspa transactions. This language is not turing complete although it is still fairly powerful.

Examples