JBaczuk / bitcoin-script-js

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

Create script interpreter #2

Open JBaczuk opened 5 years ago

JBaczuk commented 5 years ago

This is the meat of the project. Needs to also be bug-compatible with Bitcoin Core's current baked-in consensus bugs with the interpreter (e.g. leading zero for OP_CHECKMULTISIG). Examples: