#Stellarbeat frontend
yarn install
development:
yarn run serve
production:
yarn run build
Explore and gain insight on the network through various visualisations & analysis.
Adapt the network by updating quorumSets, adding/removing nodes, toggling nodes on/off and see the results live in the browser.
- quorum set configurations
- network simulation results
Nodejs modules that can be reused on frontend and backend. This should provide us with a manageable/reusable codebase and allow us to simulate/process live in the browser and push heavier computations to the backend.
Domain classes like node, quorumset, network
General purpose library that connects the stellar-core and can issue commands
Uses the connector to crawl the network
Initiates the crawler and augments the nodes with statistics (uptime,...) and other data like displayname, location,... Provides persistent storage. Provides api Exposes the nodes & analytic processes. e.g.
GET /nodes/{publicKey}
POST /compute/quorum-intersection
Frontend that contains various visualisations and tools like quorum monitor, node map, node version pie chart,...