delegit-xyz / dashboard

The easiest way to delegate on Polkadot
https://delegit.xyz
Apache License 2.0
3 stars 3 forks source link

Connect to Ppl chain to get the identity of delegates #71

Closed Tbaut closed 1 month ago

Tbaut commented 2 months ago

Identity of delegates may give us some information to show to users such as twitter, website, email etc. We should connect to the ppl chain, get the identity and somehow display these info, maybe only in "expanded mode" when the large description is shown.

BTW the ppl chain WS endpoints should be added in the network.json, and we should either export a pplApi from the NetworkContext, or even created an IdentityContext that only connects to the ppl chain and gets all the info.

wirednkod commented 2 months ago

Easy peasy - I'll take that task. Have done it in the Fellowship dashboard - would be a piece of cake

wirednkod commented 1 month ago

Completed with #124