You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to abstract the wallets on BTC side (on-chain and lightning) to allow LPs choice of different wallet implementations (like e.g. custodial accounts or complex multisig setups).
The abstraction should go as deep as to completely remove the bitcoinjs-lib, bolt11, ln-service & lightning dependency from this library. So that in the future it is possible to also easily add support for different UTXO chains or bitcoin token protocols such as RGB & Taro.
The text was updated successfully, but these errors were encountered:
We need to abstract the wallets on BTC side (on-chain and lightning) to allow LPs choice of different wallet implementations (like e.g. custodial accounts or complex multisig setups).
The abstraction should go as deep as to completely remove the bitcoinjs-lib, bolt11, ln-service & lightning dependency from this library. So that in the future it is possible to also easily add support for different UTXO chains or bitcoin token protocols such as RGB & Taro.
The text was updated successfully, but these errors were encountered: