# Blockchain APIs for bitcore
A module for altcoin-lib that implements HTTP requests to different Web APIs to query the state of the blockchain.
Getting started
Be careful! When using this module, the information retrieved from remote servers may be compromised and not reflect the actual state of the blockchain.
npm install hushcore-explorers
At the moment, only Insight is supported, and only getting the UTXOs for an address and broadcasting a transaction.
var explorers = ;var insight = ; insight;
IT'S FORK
Original: bitcore-explorers I don't support this package