A quick and dirty PSBTv2 parser and converter. This tool aims to provide an updated version of the tremendously useful bip174.org compatible with modern PSBT features.
NodeJS v20 or nvm
If using nvm:
$ nvm use
Install dependencies and build:
$ npm i
$ npm run build
To run the app locally, just point a simple http server to the root directory.
$ python -m http.server
This tool relies on the @caravan/bitcoin and @caravan/psbt packages found at Caravan