You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Luke Childs 9564b80785 Test multiple address and value inputs returns valid output script 6 years ago
src Initial commit 6 years ago
test Test multiple address and value inputs returns valid output script 6 years ago
.gitignore Initial commit 6 years ago
.travis.yml Initial commit 6 years ago
LICENSE Initial commit 6 years ago
README.md Initial commit 6 years ago
package.json Initial commit 6 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