With Hyperledger Explorer installed, we can now configure the explorer to connect to a blockchain network.
Configuring Hyperledger Explorer with Fabric
Getting ready
In order to demonstrate how Hyperledger Explorer works, we need a working blockchain network, which in this case is Hyperledger Fabric. We will utilize the first-network scripts that should have been installed if you installed all of the pre-requisites for Fabric:
- To start with, go to the first-network directory, which can be found in the Fabric installation:
$ cd fabric-samples/first-network
- We will build a Fabric network with four peers, two organizations, one order node, and one channel. Execute the following command to generate the genesis block and all...