Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stepansnigirev/psbt_compress
https://github.com/stepansnigirev/psbt_compress
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stepansnigirev/psbt_compress
- Owner: stepansnigirev
- License: mit
- Created: 2021-05-13T17:42:19.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-29T21:09:09.000Z (over 3 years ago)
- Last Synced: 2024-11-09T05:38:23.587Z (2 months ago)
- Language: JavaScript
- Size: 295 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```