adambor / SolLightning-dApp-v2

User facing web app using SolLightning SDK
Apache License 2.0
2 stars 1 forks source link

Support Bitcoin wallet adapters #11

Closed adambor closed 7 months ago

adambor commented 7 months ago

The dApp should support connecting a btc wallet to it for streamlining the swap process. Problem is lack of standardization, xverse uses sats-wallet and phantom exposes their wallet operation through an injected object in the window object.

How connecting the wallet would work is TBD. One way is to just have:

Second way is that user will have an option to connect his bitcoin wallet as well as Solana wallet, question is where to put the button for that.

adambor commented 7 months ago

Closed with #16