A simple web app to connect to XVerse wallet and sign Partially Signed Bitcoin Transactions (PSBTs).
- Connect to XVerse wallet
- Sign PSBT transactions
- Optionally broadcast transactions
- Clone this repository
- Install dependencies:
npm install
Run the development server:
npm run dev
- Open the app in your browser
- Click "Connect Wallet"
- Enter your PSBT in base64 format
- Configure which inputs to sign
- Click "Sign PSBT"
- Copy or broadcast the finalized transaction
MIT