Skip to content

Topl/Bifrost-UI

Repository files navigation

Bifrost UI

A frontend monitoring tool for Bifrost blockchain nodes.

Getting Started

  1. Install Flutter
  2. Run application
    flutter run

Build with Docker

docker build -f Dockerfile --tag bifrost-ui:0.1.0 .

You can run the container on port 9999 with:

docker run -p 9999:80 bifrost-ui:0.1.0

Then access it by going to http://localhost:9999