Polkadot Nomination Pools Filtering

January 9, 2023 ยท View on GitHub

This is a web app to filter polkadot nomination (staking) pools based on filters such as the number of pool members, pool owner's identity, selected validators, etc. It is originaly designed to be used for rewarding pools (members) based on the post by Kian on polkassembly.

The filtered eligible list of pools to be rewarded by the treasury can be exported from the app. It is coded. To decode it use polkadot js apps

Eligibility

To run

In the project directory, you can run:

yarn

To install the dependencies

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

yarn 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.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!