This is a proof of concept of LWK (Liquid Wallet Kit) running in
the browser via WASM.
Scan a confidential transaction descriptor
[ELIP150] and prints the
balance.
Works on Liquid Mainnet and Liquid Testnet.
Balance:
Known issues:
- WASM file size is huge (the scan button is disabled until it is fully loaded)
- The scan takes time, network calls to esplora are
sequential but
concurrent requests would hit rate limiting
- Some more calls than the needed gap limit size (20) are made
Jade