warden-protocol / wardenprotocol

Monorepo for the Warden Protocol.
https://wardenprotocol.org
Apache License 2.0
1.1k stars 110 forks source link

Add more Keychain metadata fields #570

Closed Pitasi closed 1 month ago

Pitasi commented 2 months ago

At the current state, Keychains only have a text field called "description", usually used as the title for the keychain. We want to add more fields, similar to what validators have:

Make sure to add some validations to those fields. These fields can be specified during a keychain creation in MsgNewKeychain or later with MsgUpdateKeychain.

Pitasi commented 2 months ago

fyi the keybase id is (e.g. 6F3A316294AD9D0B) used for retrieving an avatar by using the keybase api (e.g. https://keybase.io/_/api/1.0/user/lookup.json?key_suffix=6F3A316294AD9D0B). It can be a nice addition for frontend.