-
Notifications
You must be signed in to change notification settings - Fork 0
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
blog/2020/11/descriptors-in-the-wild/ #1
Comments
great article! I was wandering how can one create psbt with repl? Looking for procedure to do the same as walletcreatefundedpsbt and walletprocesspsbt in core. Thanks |
The complete interface is documented at https://bitcoindevkit.org/repl/interface/ Specifically, there's the |
if anyone is interested how to do it other way around (create PSBT in BDK and finalize it in core):
Thanks again for this brilliant piece! Also you forgot to remove backticks from two code snippets:
and here
|
This article has been updated to use |
Descriptors in the wild :: Bitcoin Dev Kit
Guide to setup a 2-of-2 multisig using Bitcoin Core and BDK
https://bitcoindevkit.org/blog/2020/11/descriptors-in-the-wild/
The text was updated successfully, but these errors were encountered: