blocknetdx / xlite

Official XLite multi-wallet
MIT License
3 stars 7 forks source link

Export private keys for individual assets #165

Open shrnkld opened 2 years ago

shrnkld commented 2 years ago

Using the same export method as seed backup, we can export a file per private key that includes the relevant info for a user to be able to import that private key into another wallet (or using https://github.com/iancoleman/bip39/releases/tag/0.5.2 )

Info to export to csv file:

TBD