Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
Update for Litecoin
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie Lee committed Mar 21, 2017
1 parent 6c8ae1d commit 7b0d9d7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
18 changes: 9 additions & 9 deletions README.md
@@ -1,22 +1,22 @@
# Insight UI

A Bitcoin blockchain explorer web application service for [Bitcore Node](https://github.com/bitpay/bitcore-node) using the [Insight API](https://github.com/bitpay/insight-api).
A Litecoin blockchain explorer web application service for [Litecore Node](https://github.com/litecoin-project/litecore-node) using the [Insight API](https://github.com/litecoin-project/insight-lite-api).

## Quick Start

Please see the guide at [https://bitcore.io/guides/full-node](https://bitcore.io/guides/full-node) for information about getting a block explorer running. This is only the front-end component of the block explorer, and is packaged together with all of the necessary components in [Bitcore](https://github.com/bitpay/bitcore).
Please see the guide at [https://bitcore.io/guides/full-node](https://bitcore.io/guides/full-node) for information about getting a block explorer running. This is only the front-end component of the block explorer, and is packaged together with all of the necessary components in [Litecore](https://github.com/litecoin-project/litecore).

## Getting Started

To manually install all of the necessary components, you can run these commands:

```bash
npm install -g bitcore-node
bitcore-node create mynode
npm install -g litecore-node
litecore-node create mynode
cd mynode
bitcore-node install insight-api
bitcore-node install insight-ui
bitcore-node start
litecore-node install insight-lite-api
litecore-node install insight-lite-ui
litecore-node start
```

Open a web browser to `http://localhost:3001/insight/`
Expand Down Expand Up @@ -70,11 +70,11 @@ compile***.

## Note

For more details about the [Insight API](https://github.com/bitpay/insight-api) configuration and end-points, go to [Insight API GitHub repository](https://github.com/bitpay/insight-api).
For more details about the [Insight API](https://github.com/litecoin-project/insight-lite-api) configuration and end-points, go to [Insight API GitHub repository](https://github.com/litecoin-project/insight-lite-api).

## Contribute

Contributions and suggestions are welcomed at the [Insight UI GitHub repository](https://github.com/bitpay/insight-ui).
Contributions and suggestions are welcomed at the [Insight UI GitHub repository](https://github.com/litecoin-project/insight-lite-ui).


## License
Expand Down
14 changes: 7 additions & 7 deletions package.json
@@ -1,8 +1,8 @@
{
"name": "insight-ui",
"description": "An open-source frontend for the Insight API. The Insight API provides you with a convenient, powerful and simple way to query and broadcast data on the bitcoin network and build your own services with it.",
"name": "insight-lite-ui",
"description": "An open-source frontend for the Insight API. The Insight API provides you with a convenient, powerful and simple way to query and broadcast data on the litecoin network and build your own services with it.",
"version": "0.4.0",
"repository": "git://github.com/bitpay/insight-ui.git",
"repository": "git://github.com/litecoin-project/insight-lite-ui.git",
"contributors": [
{
"name": "Matias Alejo Garcia",
Expand All @@ -28,17 +28,17 @@
"bugs": {
"url": "https://github.com/bitpay/insight-ui/issues"
},
"homepage": "https://github.com/bitpay/insight-ui",
"homepage": "https://github.com/litecoin-project/insight-lite-ui",
"license": "MIT",
"keywords": [
"insight",
"blockchain",
"blockexplorer",
"bitcoin",
"bitcore",
"litecoin",
"litecore",
"front-end"
],
"bitcoreNode": "bitcore-node",
"bitcoreNode": "litecore-node",
"dependencies": {
},
"devDependencies": {
Expand Down

0 comments on commit 7b0d9d7

Please sign in to comment.