From 48cea84435ae2b41d25a752dcd7986382d5daf96 Mon Sep 17 00:00:00 2001 From: Esteban Ordano Date: Fri, 2 Jan 2015 17:35:29 -0300 Subject: [PATCH] Fix links to insight --- docs/guide/insight.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/guide/insight.md b/docs/guide/insight.md index 6f11eb2d2..9892846f6 100644 --- a/docs/guide/insight.md +++ b/docs/guide/insight.md @@ -5,7 +5,9 @@ description: Provides an interface to fetch information about the state of the b ## Description -`bitcore.transport.explorers.Insight` is a simple agent to perform queries to the blockchain. There are currently two methods (the API will grow as features are requested): `getUnspentUtxos` and `broadcast`. The default servers are `https://insight.bitpay.com` and `https://test-insight.bitpay.com`, hosted by BitPay Inc. +`bitcore.transport.explorers.Insight` is a simple agent to perform queries to an Insight blockchain explorer. The default servers are `https://insight.bitpay.com` and `https://test-insight.bitpay.com`, hosted by BitPay Inc. You can (and we strongly suggest you do) run your own insight server. For more information, head to https://github.com/bitpay/insight-api + +There are currently two methods implemented (the API will grow as features are requested): `getUnspentUtxos` and `broadcast`. ### Retrieving Unspent UTXOs for an Address (or set of)