Are there any tools to check values in tx validation?

0

Are there any developing tools that can show values(like the hash of tx to sign or the stack of script execution) in tx validation so that developers can check the correctness of their validation code?

R. Lin

Posted 2018-03-10T02:15:10.510

Reputation: 120

Answers

1

For the hash of the tx to sign, I am not aware, but you can easily remove signatures, place the output script, adopt the length field(s), and hash yourself?

For script execution, there are several debuggers: here and here and here :-)

pebwindkraft

Posted 2018-03-10T02:15:10.510

Reputation: 4 568