In this section, we will demonstrate how Hyperledger Explorer works with Hyperledger Fabric. Before we can do that, we will need to install all of the pre-requisites for Hyperledger Explorer and Hyperledger Fabric.
Setting up the Hyperledger Explorer environment
Getting ready
The following is a checklist of the required components along with their required versions:
For Hyperleger Explorer v0.3.8, you will need the following:
- Node.js v8.11.x or greater (v9.x is not yet supported): You can find more details at https://nodejs.org/en/download/ and https://nodejs.org/en/download/package-manager/.
-
PostgreSQL (v9.5 or greater) is needed.
- For jq (v1.5), more details can be found at https://stedolan.github.io/jq/.
For Hyperledger...