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 build
Start the application with default configuration:
./ibc-explorer-openapi start
Or 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:
option
string
Path to the configuration file