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 - Partially Signed BITCOIN Transaction #27

Open
longhoangwkm opened this issue Mar 4, 2020 · 8 comments
Open

PSBT - Partially Signed BITCOIN Transaction #27

longhoangwkm opened this issue Mar 4, 2020 · 8 comments

Comments

@longhoangwkm
Copy link
Collaborator

longhoangwkm commented Mar 4, 2020

Ref: https://github.com/bitcoinjs/bip174

@RohanKapurDEV
Copy link
Contributor

Ok I will attempt to port this over instead of the other library. I will first read and understand the BIP174 spec before attempting to do so. I will be posting all my findings here in this thread.

@iangregsondev
Copy link

Hi @RohanKapurDEV did you have any status on PBST support ?

I would like to use it to build a transaction for sending to a lightning node - I did look at bitcoin js lib and it seems to support it - but I have decided to go down the path of Flutter for a mobile app rather than react native :-)

Thanks.

@longhoangwkm
Copy link
Collaborator Author

I'll take a look and implement it this from this week.

@iangregsondev
Copy link

Great thank you.

@RohanKapurDEV
Copy link
Contributor

We can probably use BDK library to build out psbt functionality via ffi:

https://github.com/bitcoindevkit/bdk

@i5hi
Copy link

i5hi commented May 18, 2021

@iangregsondev @RohanKapurDEV @longhoangwkm

I would like to work with someone on this.

Either by implementing BIP174 in dart OR using bdk ffi.

@p3root
Copy link
Collaborator

p3root commented Feb 8, 2022

any updates on this?

@i5hi
Copy link

i5hi commented Feb 10, 2022

https://github.com/mocodesmo/stackmate

We have been working on this project which uses https://github.com/i5hi/stackmate-core.

It is a subset of bdk descriptor wallet tools that together fulufil our use and exposed it to dart via a C ffi.

The bdk team is working on exposing the entire library api here: https://github.com/bitcoindevkit/bdk-ffi

They helped us a lot through building this, but they dont have the resources to prioritize dart for a direct api. If anyone here is interested in taking that up, you should get in touch with them. They have an awesome small team working on ffi bindings.

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

5 participants