Bitcoin Script Explorer is a tool designed to help programmers understand Bitcoin Script.
Use it at its official location.
Bitcoin Script Explorer is a ClojureScript project using leiningen and PhantomJS, so you'll need to install those tools if you want to build the ClojureScript.
To run the ClojureScript unit tests:
lein cleantest
To build the ClojureScript to app/js/cljs/main.js:
lein production
app/contains the web projectresources/contains Javascript files which are imported into ClojureScript (for crypto)runners/contains the PhantomJS runner, used for running ClojureScript unit testssrc/contains the ClojureScript source codetest/contains ClojureScript unit testsproject.cljcontains the project's leiningen configuration