Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 585 Bytes

File metadata and controls

35 lines (22 loc) · 585 Bytes

Xverse PSBT Signer

A simple web app to connect to XVerse wallet and sign Partially Signed Bitcoin Transactions (PSBTs).

Features

  • Connect to XVerse wallet
  • Sign PSBT transactions
  • Optionally broadcast transactions

Setup

  1. Clone this repository
  2. Install dependencies:

npm install

Development

Run the development server:

npm run dev

Usage

  1. Open the app in your browser
  2. Click "Connect Wallet"
  3. Enter your PSBT in base64 format
  4. Configure which inputs to sign
  5. Click "Sign PSBT"
  6. Copy or broadcast the finalized transaction

License

MIT