SatoshiPortal / boltz-rust

Boltz client rust crate
https://docs.boltz.exchange
30 stars 16 forks source link

Liquid swapper #36

Closed rajarshimaitra closed 2 months ago

rajarshimaitra commented 3 months ago

This PR adds the Liquid swapper API for Boltz V2.

API structure is similar to BtcSwapper.

No test is added because unlike Bitcoin, Liquid taproot sighash calculation requires the genesis blockhash of the chain, which has to be obtained by connecting to the docker elements node of legend-regtest environment, which is not implemented currently.

The API should work with a testnet electrum client and the usual swap flow.

rajarshimaitra commented 2 months ago

Overridden by #37