You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tooling/sparta/packages/discord/README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ This package provides Discord bot functionality for the Sparta project. It commu
9
9
- Role management commands
10
10
- Human verification via Passport
11
11
- Chain information queries
12
+
- Node operator registration and monitoring
12
13
13
14
## Available Commands
14
15
@@ -19,8 +20,8 @@ The bot supports the following slash commands:
19
20
|`/human`|`verify`| Verify your identity with Human Passport | None |
20
21
|`/human`|`status`| Check your Human Passport verification status | None |
21
22
|`/operator`|`chain-info`| Get current chain information including pending/proven blocks, epoch, slot, and current proposer | None |
22
-
|`/operator`|`my-info`| Check validator statistics |`address` (required): The validator address to check |
23
-
|`/operator`|`register`| Register as a validator and get the Apprentice role |`address`, `block-number`, `proof`|
23
+
|`/operator`|`my-stats`| Check validator statistics |`address` (required): The validator address to check |
24
+
|`/operator`|`register`| Register as a validator and get the Apprentice role |`address` (optional): Your validator address<br>`block-number` (optional): Block number for verification<br>`proof` (optional): Your sync proof|
24
25
|`/operator`|`help`| Display operator commands and instructions | None |
25
26
|`/mod`|`help`| Display all moderator commands and their descriptions in a table | None |
26
27
|`/mod`|`is-in-set`| Check if an address is in the validator set |`address` (required): The validator address to check |
@@ -43,7 +44,8 @@ Moderator commands (`/mod`) have the following restrictions:
43
44
44
45
### User Roles
45
46
46
-
-**Apprentice** (ID: 1366916508072148992): Assigned to users who successfully register as validators
47
+
-**Verified+**: Assigned to users who have successfully verified with Human Passport
48
+
-**Apprentice**: Assigned to users who successfully register as validators
0 commit comments