boltz-web-app
boltz-web-app copied to clipboard
Boltz Web App
- adds setting to choose a blockexplorer for addresses/txid's - adds functionality to choose where to broadcast your claim/refund tx. related to https://github.com/BoltzExchange/boltz-web-app/issues/521
had a hard time writing and test for https://github.com/BoltzExchange/boltz-web-app/pull/636 i think its time to refactor the amount inputs to make it a bit more testable
Closes #530 wip
https://github.com/BoltzExchange/boltz-web-app/pull/528 adds notifications for successful swaps, we still need notifications for unsuccessful swap states, see https://github.com/BoltzExchange/boltz-web-app/pull/528#issuecomment-2127079254
From https://github.com/BoltzExchange/boltz-web-app/pull/685#issuecomment-2395425344 > metamask disconnecting detection possible? Steps to repo: 1. connect wallet -> fill in some amounts -> disconnect all metamask wallets from the plugin -> click create swap
[Looks](https://github.com/TheBlueMatt/satsto.me/blob/main/BUILD) like https://git.bitcoin.ninja/dnssec-prover via wasm is the way to go
Closes #681 @kilrau needs translations
Closes #680 We should lazy load the LedgerSigner, because its dependencies are heavy
When pasting a 0-amount invoice, web app should show "0-amount invoice not supported" error immediately  Not only after adding a valid amount into the amount fields 
- [ ] Populate amounts: https://github.com/BoltzExchange/boltz-web-app/pull/349#pullrequestreview-1770181004 - [ ] BOLT12 BIP21 URIs: https://github.com/BoltzExchange/boltz-web-app/pull/666#pullrequestreview-2348462502 - [ ] If a BIP21 contains both, an address and a BOLT12 offer use the currently...