-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tool for showing addresses on different networks #836
Comments
For my tutorial on DotLeap, I created a component similar to this. It could also be used as a reference in case anyone wants to look at it: https://dotleap.com/building-and-address-converter-page-polkadot/ |
They can do this in the extension and in the apps settings - this is not enough? I guess we could write a small widget we can plop onto a page. |
Yes. Shawn's page is great but a) not user friendly and b) hosted on his own github. I'd also prefer having something official to which we can point users. |
Shawn's page also requires users to know the SS58 network prefix, and I would guess that > 95% of users don't even know what that is, let alone know what Polkadot's or Kusama's is without looking it up. |
Similar to pubkeyToAddress.js in
utility-scripts
We should have a place where users can enter, e.g. Kusama address and see their Polkadot address (and ideally their public key). Code is in JavaScript so should be easy to add.
Shawn's page also has similar functionality.
The text was updated successfully, but these errors were encountered: