UNPKG

btc-opcode

Version:

Opcode support for Bitcoin.

43 lines (20 loc) 376 B
btc-opcode ========== JavaScript component for Bitcoin opcodes. Install ------- ### Node.js/Browserify npm install --save btc-opcode ### Script ```html <script src="/path/to/btc-opcode.js"></script> ``` Usage ----- (TODO) Credits ------- Most of the code from Stefan Thomas in https://github.com/bitcoinjs/bitcoinjs-lib License ------- (MIT License)