hyperledger/blockchain-explorer

Name: blockchain-explorer

Owner: Hyperledger

Description: Read-only mirror of https://gerrit.hyperledger.org/r/#/admin/projects/blockchain-explorer

Created: 2016-09-11 18:27:20.0

Updated: 2018-05-24 01:12:02.0

Pushed: 2018-05-24 12:53:47.0

Homepage: https://hyperledger.org

Size: 139150

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Hyperledger Explorer

Hyperledger Explorer is a simple, powerful, easy-to-use, highly maintainable, open source browser for viewing activity on the underlying blockchain network.

Directory Structure
app            Application backend root
??? db             Postgres script and help class
??? listener       Websocket listener
??? metrics        Metrics
??? mock_server    Mock server used for development
??? service        The service
??? socket         Push real time data to front end
??? test           Endpoint tests
??? timer          Timer to post information periodically
??? utils          Various utility scripts
client          Web Ui
Requirements

Following are the software dependencies required to install and run hyperledger explorer

Hyperledger Explorer works with Hyperledger Fabric 1.0. Install the following software dependencies to manage fabric network.

Clone Repository

Clone this repository to get the latest using the following command.

Database setup

Connect to PostgreSQL database.

Run create database script.

Run db status commands.

Fabric network setup

Setup your own network using Build your network tutorial from Fabric. Once you setup the network, please modify the values in config.json accordingly.

Running hyperledger-explorer

On another terminal.

If you are connecting to a non TLS fabric peer, please modify the protocol (grpcs->grpc) and port (9051-> 9050) in the peer url and remove the tls_cacerts. Depending on this key, the application decides whether to go TLS or non TLS route.

Build Hyperledger Explorer

On another terminal.

Run Hyperledger Explorer

From new terminal.

License

Hyperledger Explorer Project source code is released under the Apache 2.0 license. The README.md, CONTRIBUTING.md files, and files in the “images”, “snapshots“, and “mockData” folders are licensed under the Creative Commons Attribution 4.0 International License. You may obtain a copy of the license, titled CC-BY-4.0, at http://creativecommons.org/licenses/by/4.0/.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.