250 lines
12 KiB
HTML
250 lines
12 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<title>insight</title>
|
|
<meta name="description" content="An open-source bitcoin blockchain API">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta property="og:site_name" content="insight">
|
|
<meta property="og:url" content="http://insight.is/">
|
|
<meta property="og:title" content="insight">
|
|
<meta property="og:description" content="An open-source bitcoin blockchain API">
|
|
<meta property="og:image" content="http://insight.is/images/og.png">
|
|
<meta property="og:type" content="website">
|
|
<link rel="shortcut icon" href="./images/favicon.ico" type="image/x-icon">
|
|
<link href='https://fonts.googleapis.com/css?family=Ubuntu+Mono|Ubuntu:300,400,500,700,400italic' rel='stylesheet' type='text/css'>
|
|
<link href="css/bootstrap.min.css" rel="stylesheet">
|
|
<link rel="stylesheet" href="css/common.css">
|
|
<script type="text/javascript">
|
|
window.analytics||(window.analytics=[]),window.analytics.methods=["identify","track","trackLink","trackForm","trackClick","trackSubmit","page","pageview","ab","alias","ready","group","on","once","off"],window.analytics.factory=function(t){return function(){var a=Array.prototype.slice.call(arguments);return a.unshift(t),window.analytics.push(a),window.analytics}};for(var i=0;i<window.analytics.methods.length;i++){var method=window.analytics.methods[i];window.analytics[method]=window.analytics.factory(method)}window.analytics.load=function(t){var a=document.createElement("script");a.type="text/javascript",a.async=!0,a.src=("https:"===document.location.protocol?"https://":"http://")+"d2dq2ahtl5zl1z.cloudfront.net/analytics.js/v1/"+t+"/analytics.min.js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(a,n)},window.analytics.SNIPPET_VERSION="2.0.8",
|
|
window.analytics.load("spackxb01g");
|
|
window.analytics.page();
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<nav class="navbar navbar-default">
|
|
<a class="logo-header">insight</a>
|
|
<a class="supported m20h" href="https://bitpay.com/">
|
|
<span>is supported by</span>
|
|
<img src="./images/bitpay-negative.svg" alt="BitPay" width="50">
|
|
</a>
|
|
<a href="https://github.com/bitpay/insight/" class="btn btn-info pull-right"> View on GitHub</a>
|
|
</nav>
|
|
|
|
|
|
<header class="bg-white">
|
|
<div class="row">
|
|
<div class="col-md-6">
|
|
<div id="carousel-example-generic" class="slider carousel slide hidden-xs" data-ride="carousel">
|
|
<!-- Wrapper for slides -->
|
|
<div class="carousel-inner">
|
|
<div class="item active">
|
|
<img src="./images/screen1.jpg" alt="...">
|
|
<div class="carousel-caption">
|
|
<h4>Real-time updates</h4>
|
|
<p>Information on realtime using the bitcoin peer-to-peer protocol</p>
|
|
</div>
|
|
</div>
|
|
<div class="item">
|
|
<img src="./images/screen2.jpg" alt="...">
|
|
<div class="carousel-caption">
|
|
<h4>Extensive transaction details</h4>
|
|
<p>Including confirmation status, double expend reports, inputs and outputs hyperlinks and more!</p>
|
|
</div>
|
|
</div>
|
|
<div class="item">
|
|
<img src="./images/screen3.jpg" alt="...">
|
|
<div class="carousel-caption">
|
|
<h4>Address information</h4>
|
|
<p>Track confirmed and unconfirmed address balances, related transactions, and change currencies on the fly.</p>
|
|
</div>
|
|
</div>
|
|
<div class="item">
|
|
<img src="./images/screen4.jpg" alt="...">
|
|
<div class="carousel-caption">
|
|
<h4>Fast browsing</h4>
|
|
<p>Search and browse the bitcoin blockchain using insight's simple front-end</p>
|
|
</div>
|
|
</div>
|
|
<div class="item">
|
|
<img src="./images/screen5.jpg" alt="...">
|
|
<div class="carousel-caption">
|
|
<h4>REST and websocket API</h4>
|
|
<p>Access a complete API for building your bitcoin projects</p>
|
|
</div>
|
|
</div>
|
|
<div class="item">
|
|
<img src="./images/screen6.jpg" alt="...">
|
|
<div class="carousel-caption">
|
|
<h4>Open Source</h4>
|
|
<p>insight is open source and built over a modern stack of technologies</p>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
<!-- Controls -->
|
|
<a class="left carousel-control" href="#carousel-example-generic" data-slide="prev">
|
|
<span class="glyphicon glyphicon-chevron-left"></span>
|
|
</a>
|
|
<a class="right carousel-control" href="#carousel-example-generic" data-slide="next">
|
|
<span class="glyphicon glyphicon-chevron-right"></span>
|
|
</a>
|
|
</div>
|
|
</div> <!-- end of col-md-6 -->
|
|
<div class="col-md-6">
|
|
<div class="white-lead">
|
|
<h1>An open-source bitcoin blockchain API</h1>
|
|
<p class="visible-lg">The Insight REST API provides you with a convenient, powerful and simple way to read data from the bitcoin network and build your own services with it.</p>
|
|
<small class="hidden-lg text-muted">The Insight REST API provides you with a convenient, powerful and simple way to read data from the bitcoin network and build your own services with it.</small>
|
|
</div>
|
|
<div class="buttons row">
|
|
<a href="http://insight.bitpay.com" class="btn btn-success col-xs-12 col-md-5" id="cta"> Livenet</a>
|
|
<a href="http://test-insight.bitpay.com" class="btn btn-primary col-xs-12 col-md-5" id="cta"> Testnet</a>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-12">
|
|
<div class="white-lead">
|
|
<h2>Built With...</h2>
|
|
<div class="col-md-3 media">
|
|
<a href="http://bitcore.io" class="pull-left">
|
|
<img src="http://bitcore.io/css/images/logo.png" class="media-object" />
|
|
</a>
|
|
<div class="media-body">
|
|
<h3 class="media-heading"><!-- <a href="http://bitcore.io">bitcore</a> --></h3>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-3 media">
|
|
<a href="http://angularjs.org" class="pull-left">
|
|
<img src="./images/angularjs.png" class="media-object" />
|
|
</a>
|
|
<div class="media-body">
|
|
<h3 class="media-heading"><!-- <a href="http://angularjs.org">Angular</a> --></h3>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-3 media">
|
|
<a href="http://nodejs.org" class="pull-left">
|
|
<img src="./images/nodejs.png" class="media-object" />
|
|
</a>
|
|
<div class="media-body">
|
|
<h3 class="media-heading"><!-- <a href="http://nodejs.org">NodeJS</a> --></h3>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-3 media">
|
|
<a href="http://leveldb.org" class="pull-left">
|
|
<img src="./images/leveldb.png" class="media-object" />
|
|
</a>
|
|
<div class="media-body">
|
|
<h3 class="media-heading"><!-- <a href="http://leveldb.org">LevelDB</a> --></h3>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div><!-- end of row -->
|
|
</header>
|
|
|
|
<div class="container">
|
|
<h2>Main features</h2>
|
|
<ul class="features list-unstyled">
|
|
<li>
|
|
<h3><span class="icon glyphicon glyphicon-ok-sign"></span>Fast</h3>
|
|
<p>Fast navigation using client side javascript rendering with <a href="http://angularjs.org/" target="_blank" title="AngularJS">AngularJS</a>.</p>
|
|
</li>
|
|
<li>
|
|
<h3><span class="icon glyphicon glyphicon-ok-sign"></span>API</h3>
|
|
<p>Complete REST and Websocket API for quering blocks, transactions, and addresses; and receiving live updates. (<a href="https://github.com/bitpay/insight#api">View documentation</a>)</p>
|
|
</li>
|
|
<li>
|
|
<h3><span class="icon glyphicon glyphicon-ok-sign"></span>Light</h3>
|
|
<p>Thin data model using bitcoind RPC interfase to validate blockchain information. Fast bitcoind blockchain syncronization (~7hrs for the entire livenet), using LevelDB for data storage and, optionally, raw bitcoind data files processing.</p>
|
|
</li>
|
|
<li>
|
|
<h3> <span class="icon glyphicon glyphicon-ok-sign"></span>Exhaustive</h3>
|
|
<p>Reports on double spend attempts, outpoints confirmations, outputs spend status reports. Input and Outputs hyperlinks in transactions. Extended view in transactions to show advance details. On the fly currency convertion using bitstamp rates.</p>
|
|
</li>
|
|
<li>
|
|
<h3><span class="icon glyphicon glyphicon-ok-sign"></span>Open source</h3>
|
|
<p>Opensourced, written in <a href="http://nodejs.org/" target="_blank" title="node.js">node.js</a> and based on the powerful <a href="http://insight.is" target="_blank" titl="Bitcore">Bitcore</a> nodejs library.</p>
|
|
</li>
|
|
</ul>
|
|
|
|
<div class="row line-top">
|
|
<h2>Quick Install</h2>
|
|
<div class="col-md-4">
|
|
<p>To install Insight, clone the main repository:</p>
|
|
</div>
|
|
<div class="col-md-8 m30b">
|
|
<pre>
|
|
$ git clone git@github.com:bitpay/insight.git && cd insight</pre>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row">
|
|
<div class="col-md-4">
|
|
<p>Install dependencies:</p>
|
|
</div>
|
|
<div class="col-md-8 m30b">
|
|
<pre>
|
|
$ npm install</pre>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row">
|
|
<div class="col-md-4">
|
|
<p>Fire it up:</p>
|
|
</div>
|
|
<div class="col-md-8 m30b">
|
|
<pre>
|
|
$ node insight.js</pre>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row">
|
|
<div class="col-md-4">
|
|
<p>Then open a browser and go to:</p>
|
|
</div>
|
|
<div class="col-md-8 m30b">
|
|
<a href="http://localhost:3001" class="lead" style="color:#8DC429;">http://localhost:3001</a>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row line-top">
|
|
<h2>Live Installs</h2>
|
|
<ul class="features list-unstyled">
|
|
<li>
|
|
<h3><span class="icon glyphicon glyphicon-ok-sign"></span>BitPay</h3>
|
|
<p><a href="http://insight.bitpay.com/">insight.bitpay.com</a></p>
|
|
</li>
|
|
<li>
|
|
<h3><span class="icon glyphicon glyphicon-ok-sign"></span>LocalBitcoins</h3>
|
|
<p><a href="http://chain.localbitcoins.com/">chain.localbitcoins.com</a></p>
|
|
</li>
|
|
<li>
|
|
<h3><span class="icon glyphicon glyphicon-ok-sign"></span>BitAccess</h3>
|
|
<p><a href="http://search.bitaccess.ca/">search.bitaccess.ca</a></p>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="line-top text-center" style="padding:2em 0; margin-bottom:2em;">
|
|
<p>View more on:</p>
|
|
<a class="view-more" href="https://github.com/bitpay/insight/">
|
|
<img src="./images/mark-github-negative.png" alt="" width="50" style="margin-right:1em;margin-bottom:1em;">
|
|
<img src="./images/github-logo-negative.png" alt="" width="150">
|
|
</a>
|
|
</div>
|
|
</div> <!-- end of container xs -->
|
|
|
|
<footer>
|
|
<div class="container">
|
|
<p class="logo-footer">insight</p>
|
|
<p>© 2014 BitPay, Inc.</p>
|
|
</div>
|
|
</footer>
|
|
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js" type="text/javascript"></script>
|
|
<script src="js/bootstrap.min.js"></script>
|
|
<script src="js/a.js"></script>
|
|
</body>
|
|
</html>
|