Closed peetzweg closed 1 year ago
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...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
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
we plan to do an address book in v2 just to associate names with addresses.
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.
Resources