Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1 KB

File metadata and controls

50 lines (31 loc) · 1 KB

ibc-explorer-openapi

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.

License

This project is licensed under the Apache License, Version 2.0. See the LICENSE file for details.

Getting Started

Building from Source

First, build the application:

make build

Running the Application

Start the application with default configuration:

./ibc-explorer-openapi start

Or start with a custom configuration file:

./ibc-explorer-openapi start test -c configFilePath

Running with Docker

  1. Build the Docker image:
docker build -t ibc-explorer-openapi .
  1. Run the container:
docker run --name ibc-explorer-openapi -p 8000:8000 ibc-explorer-openapi

Configuration

Environment Variables

  • CONFIG_FILE_PATH: option string Path to the configuration file