timeline ChainLinks

Bitcoin Script Online Debugger is an open-source project which provides a tool that enables developers to debug Bitcoin script. The layout of the website is very straightforward. Users can input their code. They have a number of different categories to choose from relating to the script including P2SH, OP_RETURN, and P2PubKey along with others. There will be a result of the given input. If the input is correct, the result will print result "result:ok" and if there is an issue, it will print "result:ng". Also, listed with the results are a link to the script which can be shared, human-readable text, Hex, and P2SH addresses for the testnet and mainnet. The tool is free-to-use. Users can also download a zip file of the script. The website is powered by Bitcore which is a full Bitcoin node that enables developers to build applications upon it. Examples of other tools built upon Bitcore include Trezor, Bitpay, and Counterparty. The website is hosted by GitHub pages. The source code can also be seen on GitHub. It has one contributor and has also been forked once.

Аdvantages

check_circle A free-to-use resource which enables users to debug their script code check_circle Open source

Limitations

cancel Limited tool