-
Notifications
You must be signed in to change notification settings - Fork 87
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
Generate XRP Wallet address using 12 seed phrase #631
Comments
My guess is that the 12 seed phrase is a In order to get an account, if you can create a Here's the steps to turn a bip39 mnemonic into a Wallet in xrpl.js: From a quick google, this library seems to handle decoding Keep in mind that XRPL uses two kinds of encodings for seeds. XRPL seeds usually start with Another path if the above doens't work is to get the public / private keys, and use those to generate an xrpl-py |
If you do write that logic, it'd be great to open a PR to the library so we can share it more broadly! Happy to try to answer any questions you have to the best of my ability. |
Closing for now, feel free to re-open if needed. |
@ckniffen Happened to find a better answer to your question @minhanh1234! - This response by @LimpidCrypto seems to be a way you can resolve your problem I believe: #419 (comment) |
Does anyone have a python code to generate a XRP wallet address using the a 12 seed phrase?
The text was updated successfully, but these errors were encountered: