GithubHelp home page GithubHelp logo

integritee-network / enclaves-dashboard Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 13.8 MB

A frontend for exploring enclaves in teerex and the status of OCWs and SCVs

License: The Unlicense

JavaScript 97.31% CSS 0.33% HTML 2.36%

enclaves-dashboard's Introduction

Integritee Dashboard

Install Locally

The codebase is installed using git and yarn. Make sure you have installed yarn globally prior to installing it within the subdirectories. For the most recent version and how to install yarn, please refer to Yarn documentation and installation guides.

# Clone the repository
git clone https://github.com/integritee-network/dashboard.git
cd dashboard
yarn install

Usage

You can start the template in development mode to connect to a locally running node

yarn start

You can also build the app in production mode,

yarn build

and open build/index.html in your favorite browser.

enclaves-dashboard's People

Contributors

99kies avatar armatrix avatar brenzi avatar dependabot[bot] avatar jeffanthony avatar jimmychu0807 avatar joshorndorff avatar k-gunjan avatar ltfschoen avatar manuelandro avatar marlowl avatar n3wborn avatar naterarmstrong avatar nuke-web3 avatar riusricardo avatar shawntabrizi avatar shirshak55 avatar tarikgul avatar tbaut avatar wheresaddie avatar

enclaves-dashboard's Issues

ping all enclaves and report online status

would be very nice to see which enclaves are actually exposing their endpoint under the specified url

in the best case, use authentication with the signer key and report an additional checkmark if successful (may only work for sovereign enclaves using our proprietary json-rpc

sidechain shard status

  1. get all entries of enclaveBridge.shardStatus (key is ShardIdentifier)
  2. for each shard, find best value for lastActivity (parentchain block number) and calculate age against HEAD
  3. filter out all shards with no activity in last N=100 blocks
  4. display one line per shard, including:
    1. sidechain.latestSidechainBlockConfirmation (sidechain block number)
    2. list of signers in ShardStatus, with their last activity ( and url?) (
      • green = younger than 5 parentchain blocks
      • yellow = younger than 100 parentchain blocks
      • red = older than 100 parentchain blocks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.