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

PSBT [BIP174] based signing interface #164

Open
thomaseizinger opened this issue Aug 11, 2020 · 1 comment
Open

PSBT [BIP174] based signing interface #164

thomaseizinger opened this issue Aug 11, 2020 · 1 comment

Comments

@thomaseizinger
Copy link

Currently, signing a transaction involves a stateful protocol in which bits and pieces of the transactions need to be sent over.

Are there any plans of creating an interface that accepts a PSBT and does all the signing in one go?

As per the spec (https://github.com/bitcoin/bips/blob/master/bip-0174.mediawiki#Signer) no additional data sources should be required if the PSBT is constructed correctly.

@btchip
Copy link
Contributor

btchip commented Aug 23, 2020

HWI (https://github.com/bitcoin-core/HWI) should be the reference to do that and compare against

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants