Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/filippoweb3/polkanalyzer
Shiny App for a fair selection of Polkadot's validators
https://github.com/filippoweb3/polkanalyzer
blockchain kusama nominators npos polkadot proof-of-stake validators
Last synced: 3 months ago
JSON representation
Shiny App for a fair selection of Polkadot's validators
- Host: GitHub
- URL: https://github.com/filippoweb3/polkanalyzer
- Owner: filippoweb3
- Created: 2022-11-07T07:39:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T01:15:32.000Z (9 months ago)
- Last Synced: 2024-08-02T19:33:17.054Z (6 months ago)
- Topics: blockchain, kusama, nominators, npos, polkadot, proof-of-stake, validators
- Language: R
- Homepage:
- Size: 463 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-dot - Polkanalyzer - A tool that allows one to easily visualize Polkadot's NPoS data and make a (Resources / Tools)
README
# Welcome to the Polkanalyzer R-package
The package contains functions used by the [polkanalyzer-app](https://github.com/filippoweb3/polkanalyzer-app). GitHub Actions use the package functions to daily fetch Polkadot's Nominated-Proof-of-Stake (NPoS) eras data from the [polkadot watcher csv exporter](https://github.com/w3f/polkadot-watcher-csv-exporter) and the [candidates dataset](https://polkadot.w3f.community/candidates), and prepare two datasets:
- `candidates.rda`: a data frame with 16 variables about nodes in the 1KV Programme.
- `eras_data.rda`: a list of three objects:
- `eras`: a data frame with 12 variables about all validators in the past eras.
- `chain`: the chain where eras data come from (currently only Polkadot supported)
- `interval`: eras intervalBecause the two datasets are merged, only the 1KV nodes are currently used in the Polkanalyzer app.