-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
User Story
As GameDAO user I want to provide my Discord Account and verfiy it so I can validate my uniqueness.
Acceptance Criteria
Validator
- addRegistrar(account) (wallet connected with discord bot)
- setFields(index, fields) (setting "discord" as a field in onchain identity)
2.1 how the field is validated in the frontent? - setFee(index, fee) (set trx fee for setting onchain ID)
- discord bot will be setup similar like faucet bot. (instead transfer funds, it will call approve provideJudgement extrinsic
user
6. requestJudgement(regIndex, maxFee) --> click frontend button
7. provideJudgement(regIndex, target, judgement) --> comes from discord bot
Additional Information
How to test
- a
- b
- c
- d
Reactions are currently unavailable