Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 729 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 729 Bytes

Bloxberg Validators Web Monitoring

A web app to view the online/offline statusees of the bloxberg validator nodes and to show when they were online/offline in a detailed uptime graph.

Shows the uptimes in days or hours.

Run

Install dependencies

npm install

Run the app in the development mode.

npm start

Build

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

See the section about deployment for more information.

Info

Bootstrapped with the create-react-app