Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stepansnigirev/psbt_compress


https://github.com/stepansnigirev/psbt_compress

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# PSBT compressor

A small tool that removes `non_witness_utxo` information from the transaction inputs so your hardware wallet doesn't run into memory problems.

Use it online: [https://stepansnigirev.github.io/psbt_compress/](https://stepansnigirev.github.io/psbt_compress/)

## Compile and run yourself

```sh
# build
wasm-pack build --target web
# serve
python3 -m http.server
```