Skip to content

irisnet/ibc-explorer-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IBC Explorer Backend

Overview

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.

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-backend start

Or start with a custom configuration file:

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

Running with Docker

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

Configuration

Environment Variables

  • CONFIG_FILE_PATH: option string Path to the configuration file

About

IBC Network Explorer Backend

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages