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.
- Host: GitHub
- URL: https://github.com/cryptocoinjs/btc-opcode
- Owner: cryptocoinjs
- Created: 2014-01-12T03:11:02.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-12T03:47:16.000Z (over 12 years ago)
- Last Synced: 2025-06-10T05:34:32.272Z (about 1 year ago)
- Language: JavaScript
- Size: 97.7 KB
- Stars: 6
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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)