Update README.md

This commit is contained in:
Matias Alejo Garcia 2014-02-26 17:42:36 -02:00
parent 71fff539a7
commit 2d31c0cc8b
1 changed files with 7 additions and 3 deletions

View File

@ -1,9 +1,13 @@
# *insight API* # *insight API*
*insight* is an open-source bitcoin blockchain explorer with complete REST *insight API* is an open-source bitcoin blockchain REST
and websocket APIs. Insight runs in NodeJS and use LevelDB for storage. and websocket API. Insight API runs in NodeJS and use LevelDB for storage.
Check some screenshots and more details at [insight's project homepage](http://insight.bitcore.io). *Insight API* allows to develop bitcoin related applications such as wallets that
require certain information from the blockchain that bitcoind does not provide.
A blockchain explorer front-end have been developed to top of *Insight API*, it can
be downloaded at (Github Insight Repository)[https://github.com/bitpay/insight]
## Prerequisites ## Prerequisites