minibits-cash / minibits_wallet

MIT License
74 stars 7 forks source link

[UX] Support version 4 of token encoding #86

Closed minibits-cash closed 1 month ago

minibits-cash commented 4 months ago

More efficient encoding of sendable cashu tokens with significant data size reduction, allowing better UX when generating / scanning tokens in sendable or QR code format.

Decoding should be transparently provided by cashu-ts lib (until released, temporarily we'll use code released through minibits forked version).

Encoding support will require, until most wallets upgrade, a switch allowing to select which token format user wants to generate.

https://github.com/cashubtc/cashu-ts/pull/144