Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Albermonte authored Aug 28, 2024
1 parent e9e5987 commit 59c36d4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h1 align="center">Nimiq Validators</h1>

<p align="center">
<a href="https://nimiq-validators.pages.dev">
<a href="https://validators-api.pages.dev">
<img src="./public/favicon.svg" alt="Nimiq Validators" width="64" />
</a>

Expand All @@ -11,25 +11,25 @@ Details of validators in the Nimiq Blockchain and their scores, calculated using

## Validators Dashboard

https://nimiq-validators.pages.dev
https://validators-api.pages.dev/

The dashboard is a simple Nuxt application that displays all validators and their scores.

## Validators API

https://nimiq-validators.pages.dev/api/vts
https://validators-api.pages.dev/api/vts

An endpoint that returns the list of validators and their scores.

https://nimiq-validators.pages.dev/api/vts/health
https://validators-api.pages.dev/api/vts/health

An endpoint that returns the internal status of the VTS. Basically if the server is synced or not with the chain.

## Validator Trust Score

[Source code](./packages/nimiq-vts/)

This is a npm package that calculates the Trust Score of a validator. You can read more about the Trust Score [here](https://nimiq-validators.pages.dev/vts).
This is a npm package that calculates the Trust Score of a validator. You can read more about the Trust Score [here](https://validators-api.pages.dev/vts).

## Validator Details

Expand Down

0 comments on commit 59c36d4

Please sign in to comment.