Luke Childs 885fd5cc2a Throw error if `outputs` is an empty array 7 years ago
src Throw error if `outputs` is an empty array 7 years ago
test Test altcoin P2PKH addresses with a different pubkey hash prefix returns valid ouput script 7 years ago
.gitignore Initial commit 7 years ago
.travis.yml Initial commit 7 years ago
LICENSE Initial commit 7 years ago
README.md Initial commit 7 years ago
package.json Initial commit 7 years ago

README.md

build-output-script

Builds a P2PKH Bitcoin transaction output script

Build Status Coverage Status npm npm

Builds a P2PKH Bitcoin transaction output script from an array of P2PKH addresses and amounts. Will also work with any Bitcoin derived cryptocurrencies with a single byte pubkey hash prefix.

Install

npm install build-output-script

License

MIT © Luke Childs