This section aims to familiarise developers with the Polkadot Staking Dashboard. Reach out to staking@polkadot.cloud for clarification of any content in this document.
This project follows the Conventional Commits specification. Pull requests are merged and squashed, with the pull request title being used as the commit message. Commit messages should adhere to the following structure:
<type>(<scope>): <summary>
Example PR titles:
- feat: implement help overlay
- feat(auth): implement login API
- fix: resolve issue with button alignment
- fix(docs): fix installation section to README
The chore type will not be added to release change logs, and should be used for silent updates.
If you would like to know more about the Conventional Commits specification, please visit the Conventional Commits website.
Release Please is used for automating tracking each package's changelog and release generation.
Release Please is a GitHub action maintained by Google that automates CHANGELOG generation, the creation of GitHub releases, and version bumps. GitHub docs, Action
URL variables can be used to direct users to specific configurations of the app. URL variables take precedence over saved values in local storage, and will overwrite current configurations.
The currently supported URL variables are as follows:
- n: Default network to connect to upon visiting the app
- l: Language to use upon visiting the app
- m: The mode to use upon visiting the app (either "simple" or "advanced")
- a: The account to connect to upon visiting the app (ignored if the account is not present in the user's imported accounts)
As an example, the following URL will load Kusama and use Chinese localisation:
staking.polkadot.cloud/#/overview?n=kusama&l=zh
To add a validator operator, submit a PR to @w3ux/w3ux-library. The operator will then be available in the @w3ux/validator-assets NPM package. Full instructions.
- 29/06/2023: [Video] Polkadot Decoded 2023: The Next Step of the Polkadot UX Journey
- 30/06/2022: [Video] Polkadot Decoded 2022: Polkadot Staking Dashboard Demo
17/06/2024: Moved from paritytech/polkadot-staking-dashboard