caravan-bitcoin/caravan

Download Signed PSBT From Signing Flow

Offen

#381 geöffnet am 17.09.2025

 (6 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (102 Forks)auto 404
@caravan/coordinatorenhancementgood first issue

Repository-Metriken

Stars
 (85 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 1T 2h) (1 gemergte PR in 30 T)

Beschreibung

Currently, once you have a signature, the only way to "transfer" it is to copy the signature array. A PSBT is a much more portable way to share this signature. A second button that says "Download Signed PSBT" and adds the signature to the unsigned one for download would be pretty straightforward with existing psbt tooling. I think this should be relatively straightforward to put together for someone looking to get familiar with the code or just knock out a quick win.

Contributor Guide