JBaczuk / bitcoin-script-js

Bitcoin script interpreter written in javascript for browsers and node.js
MIT License
1 stars 1 forks source link

Bitcoin Script JS

Bitcoin script interpreter written in javascript for browsers and node.js.

Build Status js-standard-style

Interactive Runtime

This module can be used to create an interactive script interpreter similar to https://www.tryhaskell.org/

Setup For Development

Prior to beginning development, we recommend that you install an EditorConfig plugin for your editor if your editor does not have builtin support for it.