-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
User Story
As user I want to set my discord account as network identity and validate it so that everyone recognizes me as a legit user.
Acceptance Criteria
- setting discord ID as one of the identity fields is possible
1.1 the new field must be available also after chain resets or starting a chain initially - setting the discord ID should store the discordID raw onchain and triggers a discord bot sending a message to user
- the user answers with his wallet ID in discord
- the discord bot sends this message back to the chain and gets validated
4.1 if the wallet ID doesnt match the bot responds with an error
4.2 if the identity is valid the discord bot answers positive and closes the chat. - new identity field is exposed in the graph
- user can see in polkadot.js the validation status which also is exposed to the graph.
Additional Information
sequence diagram draft:
How to test
- enter your discord ID into the new filed in polkadot.js app --> accounts --> set idenity
- submit
- wait for the discord bot to popup in your discord
- answer the bot with your wallet ID
- see that you got validated for discord in your polkadot.js ui