btc-transaction

Create, parse, serialize Bitcoin transactions.

Usage no npm install needed!

<script type="module">
  import btcTransaction from 'https://cdn.skypack.dev/btc-transaction';
</script>

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)