hypha-dao / hashed-wallet

Hashed Wallet
MIT License
3 stars 3 forks source link

Basic Identity Support #97

Closed n13 closed 2 years ago

n13 commented 2 years ago

https://github.com/hashed-io/hashed-substrate/blob/5812b6ca38030c37dcb8d5336ffb69df5f7f03f1/docs/pallets-review/identity.md

n13 commented 2 years ago

Implemented identity on send support

Added getIdentity method in polkadot repository

Not bothering with caching or anything now, we can use getIdentity as is for anywhere we want to show an account name.

Keeping in mind that identity may not be set.

We can also then show how trusted the identity is. All this is pretty complicated, needs to have a minimal UI.