-
Notifications
You must be signed in to change notification settings - Fork 15
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
From ed25519 seed to Polkadot.js #8
Comments
The extension doesn't support Ethereum/Bitcoin/Other-style derivation paths. Only Polkadot/substrate derivation paths are supported since that is the standard in the ecosystem. With this cli tool, once you have generated the raw seed, you can just add it to the extension where the mnemonic is supposed to go, i.e. past |
pasting the Doing the same in Is this expected ? wdyt ? |
Dangit, my bad. It is indeed expected, I should have explained above, guess I need more coffee. So the extension only does sr25519, no ed25519 when creating from seed. So if you wish to import into the extension, it is a bit of work-around.
So basically on import the extension allows anything, ed25519, sr25519 or edcsa. |
Very nice, thanks. Have a good one |
Hi, can you explain how to import account with JSON file using the extension as import through web app is no longer possible ? How can I get that JSON file ? This file is generated by the tool or I need to generate it myself using seed generated by the tool ? |
Hi Jaco, thanks for the tool.
Having ed25519 seed, is there a way to import it to the Polkadot.js extension and therefore gain the complete control over the account via the https://polkadot.js.org/apps/ ?
FYI Importing the seed in the extension using "Import account from pre-existing seed" leads to an address mismatch ( whether you insert the derive path or not, i.e. m/44'/354'/0'/0'/0' )
Thanks
The text was updated successfully, but these errors were encountered: