CO
councilbox/cbx-quorum-explorer
A light-weight open source block explorer for Quorum-based blockchain networks
cbx-quorum-explorer
Deploy your explorer ๐
Requirements:
- docker
- docker-compose
You can set the following environment variables in the env.sh file before executing the launch.sh script:
QUORUM_ENDPOINTS(e.g.,http://example.org:22000,http://example1.org:22000, http://example2.org:22000)ENABLE_SSL(boolean)EXPLORER_PORT(the host's port assigned to the webapp)API_DOMAIN(public domain through which the HTTP API will be accessible)MONGO_DATA_DIR(directory where the database's files will be stored)API_PORT(the host's port assigned to the HTTP API)EXTERNAL_API_PORT(the HTTP API's port used on the client side)WEBAPP_VERSION(the skin which will be loaded:cbx,cbx-alastria-arrakis,cbx-alastria-telsius,alastria-arrakis,alastria-telsiusoralastria-mainnet)
If the consensus algorithm is IBFT, the extraData field can be decoded setting the EXTRA_DATA_FORMAT variable to ibft in the docker-compose.yaml.template file for the http-api container.
The launch.sh script will generate a docker-compose.yaml file from the template and execute it.
On this page
Languages
JavaScript61.9%Python29.8%Dockerfile4.0%Shell2.7%HTML1.3%CSS0.4%
GNU General Public License v3.0
Created June 21, 2018
Updated October 23, 2024

