Skip to content

Repository files navigation

bitcore explorers

# Blockchain APIs for bitcore

NPM PackageBuild StatusCoverage Status

A module for bitcore 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 bitcore-explorers
bower install bitcore-explorers

At the moment, only Insight is supported, and only getting the UTXOs for an address and broadcasting a transaction.

varexplorers=require('bitcore-explorers');varinsight=newexplorers.Insight();insight.getUtxos('1Bitcoin...',function(err,utxos){if(err){// Handle errors...}else{// Maybe use the UTXOs to create a transaction}});

Contributing

See CONTRIBUTING.md on the main bitcore repo for information about how to contribute.

License

Code released under the MIT license.

Copyright 2013-2015 BitPay, Inc. Bitcore is a trademark maintained by BitPay, Inc.

About

Blockchain APIs for bitcore

Resources

Stars

68 stars

Watchers

13 watching

Forks

Releases

Packages

Used by

Contributors

Languages