block-core / blockcore-wallet

Web5 Wallet for your coins, tokens, identities, NFTs and more.
https://www.blockcore.net/wallet
MIT License
44 stars 36 forks source link

PSBT Support Added for Blockcore Wallet #350

Closed tirth2004 closed 2 months ago

tirth2004 commented 3 months ago

Pull Request: PSBT Signing Feature

Overview

This pull request integrates PSBT (Partially Signed Bitcoin Transactions) signing functionality into the Blockcore wallet

Changes

 - Added PSBT support and routing.
 - Introduced `signPsbt` method to handle PSBT signing requests.
 - Added a new folder `sign-psbt` with component files for the UI and handlers.
 - Implemented `signPsbt`, `prepare`, and `execute` functions in `sign-psbt-handler.ts`.
 - Introduced support for testnet3

Documents for clear explanation of the changes

Demo video of PSBT Signing using the new blazor project: https://github.com/user-attachments/assets/4eae95e3-8ded-4e91-9570-cfecc3cb655e

dangershony commented 2 months ago

We are going to have to find some time @sondreb maybe also @miladsoft and myself to review this

tirth2004 commented 2 months ago

Sure. I have tried to be comprehensive with the docs. I can also maybe join the call if you schedule one.