From 814b8d6663753167f55bc5bcca8be52e9ecec23c Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Thu, 21 Aug 2014 10:17:12 -0400 Subject: [PATCH] update readme 1 --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index abf3c08..203740a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,11 @@ # *insight API* -*insight API* is an open-source bitcoin blockchain REST +*insight API* is an open-source bitcoin blockchain REST and websocket API. Insight API runs in NodeJS and use LevelDB for storage. +This is a backend-only service. If you're looking for the web frontend application, +take a look at https://github.com/bitpay/insight. + *Insight API* allows to develop bitcoin related applications such as wallets that require certain information from the blockchain that bitcoind does not provide.