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 fabric GRPC interface ├── db the mysql script and help class ├── explorer_client Web Ui ├── first-network Basic fabric network setup ├── listener websocket listener ├── metrics metrics about tx count per minute and block count per minute ├── service the service ├── socket push real time data to front end ├── timer Timer to post information periodically └── utils Various utility scripts Requirements Following are the software dependencies required to install and run hyperledger explorer nodejs 6.9.x (Note that v7.x is not yet supported) mysql 5.7 or greater Hyperledger Explorer works with Hyperledger Fabric 1.0. Install the following software dependencie...