alephium / desktop-wallet

The official Alephium wallet for desktop
https://alephium.org
GNU Lesser General Public License v3.0
78 stars 44 forks source link

Multiple dapp connections #796

Closed polarker closed 10 months ago

polarker commented 1 year ago

Right now, if a new dapp is connected, the existing dapp connection will be closed. It's not convenient sometimes. For example, a user might want to connect to DEX, dapp aggregator, trading analysis platforms at the same time.

Walletconnect supports multiple connections by default, we could add the logic code without much effort, same for the UI I guess.

Priority: not urgent from my perspective.

nop33 commented 1 year ago

I've implemented this feature on the mobile wallet side, it's still being reviewed in a PR. I'll soon port the code to the desktop wallet.

nop33 commented 10 months ago

This feature is merged in the monorepo, closing.