Skip to content

Budalebah/ibc-explorer

 
 

Repository files navigation

ibc-explorer

IBC dashboard

Local Dev Requirements

Make sure you have npm and docker installed.

Build React Frontend

npm install && npm run build

Run via Docker

You can run via docker

docker build -t ibc-explorer .

docker run -e API_URL=tcp://host.docker.internal:8080 -p 5001:5000 ibc-explorer

About

IBC dashboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.6%
  • HTML 2.7%
  • Other 0.7%