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.
- Host: GitHub
- URL: https://github.com/cryptocoinjs/btc-transaction
- Owner: cryptocoinjs
- Created: 2014-01-13T08:29:22.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-11-27T12:57:10.000Z (over 11 years ago)
- Last Synced: 2025-06-10T05:34:34.143Z (about 1 year ago)
- Language: JavaScript
- Size: 793 KB
- Stars: 14
- Watchers: 6
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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)