XRPLF / xrpl.js

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

Legacy BIP39 #2383

Closed kristoffer-paulsson closed 1 year ago

kristoffer-paulsson commented 1 year ago

Hi I have a wallet with XRP and can't access them presumably because of no wallet support. I do have a BIP39 mnemonic which I need, can you supply the old fromMnemonic for legacy reasons?

JST5000 commented 1 year ago

There is currently a function for that in xrpl.js called Wallet.fromMnemonic - https://js.xrpl.org/classes/Wallet.html#fromMnemonic

Let me know if it doesn't work :)