JBaczuk / bitcoin-script-js

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

Set up unit tests. Implements #4 #12

Closed wardlem closed 5 years ago

wardlem commented 5 years ago

Uses mocha for the test framework and chai expect as an assertion library. Choices are pretty subjective. I am certainly open to discussing them.