polkadot-cloud / polkadot-staking-dashboard

Fully Featured Dashboard for Staking and Nomination Pools on Polkadot.
http://staking.polkadot.cloud
GNU General Public License v3.0
158 stars 167 forks source link

Polkadot - App ci License

📢 17/06/2024: Repository Migration

This repository was previously at paritytech/polkadot-staking-dashboard. As of 17/06/2024, Polkadot Staking Dashboard lives at polkadot-cloud/polkadot-staking-dashboard.

Polkadot Staking Dashboard

Screenshot 2023-08-29 at 18 54 33

Contributing Community Assets

Validator Operators

To showcase a validator operator on staking dashboard, submit a PR to @w3ux/w3ux-library. The operator will then be available in the @w3ux/validator-assets NPM package. Full instructions.

URL Variable Support

Polkadot Staking Dashboard supports URL variables that can be used to direct users to specific configurations of the app, such as landing on a specific language or on a specific network. Variables are added at the end of the hash portion of URL.

The currently supported URL variables are as follows:

URL variables take precedence over saved values in local storage, and will overwrite current configurations. URL variables will update (if present) as a user switches configurations in-app, such as changing the network or language.

Example URL:

The following URL will load Kusama and use the Chinese localisation resource:

staking.polkadot.cloud/#/overview?n=kusama&l=cn

Using Containers

You may build a container using:

./shell/build-container.sh

Then run your container with:

podman run --d -p 8080:80 localhost/polkadot-staking-dashboard

And access the Staking Dashboard at http://localhost:8080/.

Presentations