UNPKG

bitcoin-api-light

Version:

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

14 lines (7 loc) 353 B
# 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