You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to add a code that import wallet from mnemonic. I tried using the code that was in this issue: #419
but it couldn't sign a transaction and gave this error: xrpl.asyncio.clients.exceptions.XRPLRequestFailureException: Request failed, invalidTransaction: fails local checks: Invalid signature.
and I tried making a seed from entropy using addresscodec.encode_seed but it gave the wrong seed and address in both ED25519 and SECP256K1
The text was updated successfully, but these errors were encountered:
Here is a script written by @LimpidCrypto for this purpose: #419 (comment) -- I am not familiar with the bip_utils library myself, but this script appears to fit your requirement.
Hi, I'm trying to add a code that import wallet from mnemonic. I tried using the code that was in this issue:
#419
but it couldn't sign a transaction and gave this error: xrpl.asyncio.clients.exceptions.XRPLRequestFailureException: Request failed, invalidTransaction: fails local checks: Invalid signature.
and I tried making a seed from entropy using addresscodec.encode_seed but it gave the wrong seed and address in both ED25519 and SECP256K1
The text was updated successfully, but these errors were encountered: