mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-08 08:26:17 +00:00
Update 8_3_Testing_a_Bitcoin_Script.md
This commit is contained in:
parent
26263053a8
commit
e80de3ec5c
@ -50,7 +50,7 @@ _If signatures were indeed considered valid, this would be a great resource, but
|
||||
|
||||
## Test a Script with Software Packages
|
||||
|
||||
Software packages may be another future for the testing of Bitcoin Scripts. A Python package called [Hashmal](https://github.com/mazaclub/hashmal) is very promising, but it was still in Alpha at the time of this writing.
|
||||
Software packages may be another future for the testing of Bitcoin Scripts. A Python package called [Hashmal](https://github.com/mazaclub/hashmal) is very promising, but it was still in Alpha at the time of this writing. The Python [Transaction Script Compiler](https://github.com/Kefkius/txsc) is also interesting, though it just converts a script between different representations, rather than actually running it.
|
||||
|
||||
## Test a Script with Bitcoin
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user