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

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

Create, parse, serialize Bitcoin transactions.
https://github.com/cryptocoinjs/btc-transaction

Last synced: 12 months ago
JSON representation

Create, parse, serialize Bitcoin transactions.

Awesome Lists containing this project

README

          

btc-transaction
================

Create, parse, serialize Bitcoin transactions.

Install
-------

### Node.js/Browserify

npm install --save btc-transaction

### Script

(TODO)

Usage
-----

(TODO)

Credits
-------

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

License
-------

(MIT License)