paritytech / capi-multisig-app

[WIP] Simple multisig administration
https://multisig.capi.dev/
Apache License 2.0
8 stars 0 forks source link

feat: show account name if available through connected wallet #202

Closed peetzweg closed 1 year ago

peetzweg commented 1 year ago

Show account name on the multisig card #189

Not an ideal implementation but just wanted to start the conversation on this. As multsig probably consist of accounts which are not own by a single entity in his extension this implementation is not adding much value. We either need to implement our own address book or leverage existing implementation at best. Not sure what is already out there and how to use this yet.

Screenshot 2023-06-05 at 11 58 31

Resources

netlify[bot] commented 1 year ago

Deploy Preview for capi-multisig ready!

Name Link
Latest commit 337dfc44c31876938bf2e127c730aeb85ac2c8e9
Latest deploy log https://app.netlify.com/sites/capi-multisig/deploys/647db27eda5f420008c0f565
Deploy Preview https://deploy-preview-202--capi-multisig.netlify.app/
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

hamidra commented 1 year ago

There is an identity pallet that accounts can register their identity and get verified App can pull identities from identity pallet though not all accounts will have registered identities. https://wiki.polkadot.network/docs/learn-identity

We should also store a name for each account as part of the multisig setup

statictype commented 1 year ago

we plan to do an address book in v2 just to associate names with addresses.