bitcoin-api-light
v1.6.0
Published
bitcoin-api-light is a bitcoin light-client nodejs module using Blockchain.info and Blockcyphers API to do three simple calls a minimal bitcoin wallet application needs to work
Downloads
4
Maintainers
Readme
bitcoin-api-light
bitcoin-api-light is a bitcoin bitcoin light-client API using Blockchain.info and Blockcypher API to do three simple calls a minimal bitcoin wallet application needs to do
- get balance
- get UTXOs
- push TX
The code is based on the code I written from Chapter 3 - "Bitcoin via third-party APIs" of my upcoming book.
@makevoid