Replies: 4 comments 2 replies
-
a possible and easy solution could be to import:
And implement it like this: |
Beta Was this translation helpful? Give feedback.
1 reply
-
yes sure, I will do that tomorrow! :-) |
Beta Was this translation helpful? Give feedback.
1 reply
-
Associated PR: #1799 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Took a while, but finally got this in for the next release of xrpl.js :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am getting a lot of questions from new developers which want to build on the XRPL. Mostly they start with having a XUMM wallet and now want to develop something. The most common question is: "How to get the 'secret key' from my XUMM wallet?"
While the XUMM wallet uses SecretNumbers, it does not allow to export the secret key / family seed.
I think it would be nice if the Wallet instance of xrpl.js would offer a "Wallet.fromSecretNumbers" method to make it easier for new developers to start building.
Beta Was this translation helpful? Give feedback.
All reactions