LtbLightning / bdk-rn

Bitcoin Development Kit - React Native Module
MIT License
50 stars 15 forks source link

Wallet Recovery #39

Open rachna-khatnawlia opened 1 year ago

rachna-khatnawlia commented 1 year ago

How can we achieve Wallet Recovery using this Package?

Czino commented 1 year ago

Hi @rachna-khatnawlia, you can use the mnemonic parameter to instantiate the wallet

const result = await BdkRn.createWallet({
  mnemonic: 'mom mom mom mom mom mom mom mom mom mom mom mom',
  password: '',
})
BitcoinZavior commented 1 year ago

Yes, create wallet with a known mnemonic is equivalent to wallet recovery. Please note, the next version of the package will only allow wallet creation with descriptors