Skip to content

irisnet/ibc-explorer-openapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

IBC Network Explorer Open API

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages