-
Notifications
You must be signed in to change notification settings - Fork 10
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
[Feature] Add Ed25519 key pair support #328
Comments
Ed25519 key pairs (both when imported from family seed or raw HEX private key entered in the family seed field) are already supported. I just double checked and I was able to import an ED family seed with no problems at all, and got the expected r-address from XUMM. Even Tangem cards are supported with both ed and secp format. Did you try it? |
Forgot to mention, my ed25519 key is generated before XRPLF/rippled#2734 |
Did you try it, what happened? |
eg: shown r-address: rwNoP9mwDzsar1WiDNhur8BG7kvEdvd25Z (secp256k1) |
Ah, yeah, that one is pre
Please note that this doesn't work yet, we'll have to implement something on our side as well. To get the HEX private key:
|
@yxxyun Heads up: we added this and it'll be in our 2.0 release expected any day now. To do this (when you obtained the HEX private key), when importing an account: select full access - family seed. Then paste (QR scanner won't pick up on it) the full hex private key starting with ED in the family seed input and XUMM will recognize & handle it. |
XRPLF/xrpl-py#185
The text was updated successfully, but these errors were encountered: