Building Hyperledger Explorer

The following instructions assume that you have already set up your development environment.

To build Hyperledger Explorer:

cd blockchain-explorer
git checkout <branch-name>
./main.sh clean
./main.sh install

Note

Ask in chat what is the branch name of the latest being in development

Running the unit tests

Use the following sequence to run all unit tests

cd blockchain-explorer
./main.sh clean
./main.sh install
./main.sh test