XRPLF / xrpl.js

A JavaScript/TypeScript API for interacting with the XRP Ledger in Node.js and the browser
https://xrpl.org/
1.2k stars 511 forks source link

Secret phrases to secret key (starting with s...) #2748

Open wartel108 opened 1 month ago

wartel108 commented 1 month ago

There is no secret (starting with s...), so the wallet that you want to use must have support for importing a private key instead. Which wallet is it?

Alternatively, you can generate a new secret and use it to generate a public key to use as your account's regular key, but then the wallet must have support for regular keys.

Originally posted by @intelliot in https://github.com/XRPLF/xrpl.js/issues/1025#issuecomment-521734213

My issue is that there is already a regkey that shows no owner and don't have its secrets. I'm hoping that that the secret as t number will work for enabling masterkey.

mvadari commented 1 month ago

Can you elaborate on your issue? I don't quite understand what you're trying to do.