IBC Network Explorer Open API is a service for a blockchain explorer that provides fundamental data visualization for cross-chain ecosystems, focusing on IBC (Inter-Blockchain Communication) network information queries.
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-openapi startOr start with a custom configuration file:
./ibc-explorer-openapi start test -c configFilePath- Build the Docker image:
docker build -t ibc-explorer-openapi .- Run the container:
docker run --name ibc-explorer-openapi -p 8000:8000 ibc-explorer-openapi- CONFIG_FILE_PATH:
optionstringPath to the configuration file