Skip to content
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

Electrum Import #46

Open
ulrichard opened this issue May 19, 2022 · 1 comment
Open

Electrum Import #46

ulrichard opened this issue May 19, 2022 · 1 comment
Labels
C-epic Epic tasks F-imex Import/export functionality

Comments

@ulrichard
Copy link

ulrichard commented May 19, 2022

The first screen has some functionality for importing from other wallets. It would be cool, if Electrum wallets could be imported. This should be really easy by using https://github.com/RCasatta/electrum2descriptors
With this library, converting an Electrum wallet file to a pair of descriptors is as easy as:
`
let wallet = ElectrumWalletFile::from_file(wallet).unwrap();

let descriptors = wallet.to_descriptors().unwrap();
`

@dr-orlovsky
Copy link
Member

The feature is planned for the next release. Thank you very much or the info about converter!

@dr-orlovsky dr-orlovsky added C-epic Epic tasks F-imex Import/export functionality labels Apr 21, 2023
@dr-orlovsky dr-orlovsky removed their assignment Apr 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-epic Epic tasks F-imex Import/export functionality
Projects
None yet
Development

No branches or pull requests

2 participants