Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 2.71 KB

File metadata and controls

56 lines (33 loc) · 2.71 KB

Welcome to Polkadot Cloud Staking!

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.

Submitting Pull Requests

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.

Releases

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

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

Adding Validator Operators

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.

Presentations

Repository Transfer History

17/06/2024: Moved from paritytech/polkadot-staking-dashboard