Bitcoin Forum

Bitcoin => Project Development => Topic started by: paulkernfeld on May 11, 2014, 10:19:47 PM



Title: Bitcoin Script Explorer, a tool for learning about Bitcoin Script
Post by: paulkernfeld on May 11, 2014, 10:19:47 PM
I wrote this tool to help people learn about how Bitcoin Script works. It's a toy Bitcoin Script compiler/decompiler that runs in a sandbox in the browser. I used ClojureScript for the compiler logic, and normal Javascript for everything else. Hopefully this can help some people learn about the bizarre world of Bitcoin Script.

The tool is here: http://paulkernfeld.com/bse/
The code is here: https://github.com/paulkernfeld/bitcoin-script-explorer

Bug reports and other feedback are welcome!