jacogr / substrate-ledger-ed25519

Extract Substrate and Polkadot compatible ed25519 keys from Ledger mnemonic phrases
144 stars 13 forks source link

Wrong raw seed #11

Open Learntoprog opened 1 year ago

Learntoprog commented 1 year ago

The code generated the right account but not the correct raw seed. Any help?

clock-workorange commented 4 weeks ago

you need to import it in Polkadotjs then export it to JSON and then import it using JSON in your extension or app etc

thejonanshow commented 4 days ago

I'm experiencing the same issue I think. The address generated by index.js is correct on the command line, but when I enter the seed into the Polkadot extension it creates an account with a different address.

It's not clear to me from your comment if I'm meant to enter the seed directly into polkadot.js.org, and if so, it's not obvious to me how to do that.

Any help would be appreciated.