An open API service indexing awesome lists of open source software.

https://github.com/cryptocoinjs/btc-opcode

Opcode support for Bitcoin.
https://github.com/cryptocoinjs/btc-opcode

Last synced: 11 months ago
JSON representation

Opcode support for Bitcoin.

Awesome Lists containing this project

README

          

btc-opcode
==========

JavaScript component for Bitcoin opcodes.

Install
-------

### Node.js/Browserify

npm install --save btc-opcode

### Script

```html

```

Usage
-----

(TODO)

Credits
-------

Most of the code from Stefan Thomas in https://github.com/bitcoinjs/bitcoinjs-lib

License
-------

(MIT License)