Skip to content
Snippets Groups Projects
Select Git revision
  • docker-swarm-pipeline
  • local_testing
  • check-validators-web-client
  • server_db_added
  • check-validators-web-server
  • main default protected
  • 1.0.0
7 results

check-validators-web

  • Clone with SSH
  • Clone with HTTPS
  • 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