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.
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 applApi
from theNetworkContext
, or even created anIdentityContext
that only connects to the ppl chain and gets all the info.