Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Commit 339fce9

Browse files
authored
Merge pull request #6 from kodadot/staking
2 parents b2f8dbc + 8fb703f commit 339fce9

17 files changed

+89
-1
lines changed

docs/apps/Staking/README.md

Lines changed: 89 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,91 @@
11
## Overview 👀
22

3-
Staking managment, you can stake and nominate
3+
Democracy page consist of five sub-pages:
4+
5+
- Overview
6+
- Actions
7+
- Targets
8+
- Waiting
9+
- Payouts
10+
11+
## Overview
12+
13+
The overview is divided into two parts: **Summary** and **Validators**
14+
15+
The summary is a small dashboard with all important information such as validators count, nominators count, actual era, and many others
16+
17+
![Summary](./assets/overview.png)
18+
19+
In the validators, the user is able to see info about validators on the selected network. As an example users can see how much currency the actual validator staked, the commission of the current validator.
20+
21+
## Actions
22+
23+
The actions tab shows a list of available stashes
24+
25+
As we can see on the image below each stash consist of
26+
stash address, controller address, reward destination, bonded funds, commission, and session keys.
27+
28+
![Actions](./assets/actions.png)
29+
30+
Moreover, clicking on the`` button user are able to see actions available for the stash.
31+
32+
![Action Modal](./assets/action-modal.png)
33+
34+
![Bond Funds](./assets/bond-funds.png)
35+
36+
![Change Controller](./assets/change-controller.png)
37+
38+
![Change Keys](./assets/change-keys.png)
39+
40+
![Change Destination](./assets/change-reward-destination.png)
41+
42+
![Change Prefs](./assets/change-validator-prefs.png)
43+
44+
Users are also able to add a new nominator using the `+ Nominator` button.
45+
On the first image below the user selects account for the stash, account for the controller, funds to nominate, and reward destination.
46+
If the stash account is protected by a password, the user has to also type a password.
47+
48+
> User is able to choose the same account for stash and controller, however, it's not recommended.
49+
50+
![New Nominator One](./assets/new-nominator-one.png)
51+
52+
On the second screen shown below the user is able to select validator accounts.
53+
54+
![New Nominator Two](./assets/new-nominator-two.png)
55+
56+
Using the `+ Validator` button user can add a new validator.
57+
58+
The first screen for adding a validator is the same as the first page of adding a nominator.
59+
60+
![New Validator One](./assets/new-validator-one.png)
61+
62+
The second screen allows the user to set session keys and commission.
63+
Clicking on the green `Generate` button, function `author_rotateKeys` is called, which generates session keys for the user.
64+
65+
> author_rotateKeys is considered as unsafe RPC method.
66+
67+
![New Validator Two](./assets/new-validator-two.png)
68+
69+
## Targets
70+
71+
Targets tab is the list of actual validators.
72+
73+
Same as an overview, targets consist of vital information about validators,
74+
75+
![Targets](./assets/targets.png)
76+
77+
78+
79+
## Waiting
80+
81+
The waiting tab shows a list of waiting validators to be approved.
82+
83+
![Waiting](./assets/waiting.png)
84+
85+
## Payouts
86+
87+
The payouts tab shows a list of stakers eligible to claim rewards for past eras.
88+
89+
> For more info about payouts https://wiki.polkadot.network/docs/en/learn-simple-payouts
90+
91+
![Payouts](./assets/payouts.png)
35.6 KB
Loading

docs/apps/Staking/assets/actions.png

46.8 KB
Loading
27.5 KB
Loading
35.3 KB
Loading
37.3 KB
Loading
Loading
Loading
35.5 KB
Loading
26.8 KB
Loading
30.8 KB
Loading
35.3 KB
Loading
31.9 KB
Loading

docs/apps/Staking/assets/overview.png

46.8 KB
Loading

docs/apps/Staking/assets/payouts.png

23.8 KB
Loading

docs/apps/Staking/assets/targets.png

48.7 KB
Loading

docs/apps/Staking/assets/waiting.png

40.4 KB
Loading

0 commit comments

Comments
 (0)