-
Notifications
You must be signed in to change notification settings - Fork 20
Extend wallet::export module to also import/export the Caravan wallet format #5
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
Comments
@bucko13 is there a spec or docs describing the caravan config file format out there somewhere? If not it's ok, I've already managed to reverse engineer it well enough to create an equivalent descriptor but I want to make sure I'm not missing anything. |
No spec, no. In the true spirit of bitcoin, the json is the spec 😅 |
I've opened bitcoindevkit/bdk#589 to deprecate |
Nice! |
Hey, @notmandatory. Can I take this issue? |
Currently the wallet::export module can import and export the wallet format used by FullyNoded.
In order to support users of the Caravan multisig coordinator and to possibly migrate that project to using a WASM build of BDK we should add support for importing and exporting the Caravan wallet config json file format.
Note, the descriptor::policy module should be able to supply all of the bdk wallet descriptor information needed to create a caravan wallet config file.
The text was updated successfully, but these errors were encountered: