IBC Explorer Backend is a service that provides fundamental data display for the cross-chain ecosystem, focusing on querying information within the IBC cross-chain network.
This project is licensed under the Apache License, Version 2.0. See the LICENSE file for details.
First, build the application:
make buildStart the application with default configuration:
./ibc-explorer-backend startOr start with a custom configuration file:
./ibc-explorer-backend start test -c configFilePath- Build the Docker image:
docker build -t ibc-explorer-backend .- Run the container:
docker run --name ibc-explorer-backend -p 8080:8080 ibc-explorer-backend- CONFIG_FILE_PATH:
optionstringPath to the configuration file