fabianbormann / cardano-peer-connect

This library aims to provide simple interfaces to implement CIP-0045 for dApps and wallets
Apache License 2.0
11 stars 4 forks source link

Feature Request: Bidirectional Auto-Connect for Seamless Wallet-DApp Integration #21

Closed marcuspuchalla closed 1 year ago

marcuspuchalla commented 1 year ago

Enhance P2P connector lib with a bidirectional auto-connect feature, enabling seamless wallet-DApp integration regardless of the order they're opened.

Key improvements:

fabianbormann commented 1 year ago

@marcuspuchalla have all of this been covered by #27 ? 😊

marcuspuchalla commented 1 year ago

@marcuspuchalla have all of this been covered by #27 ? blush

Yes, it includes all the changes required for this to work.

A second meerkat on the wallet side is created. The address is sent to the DApp on the first successful connection. After that point, the DApp can connect to this Meerkat instance, signaling that it has started and that the wallet can initiate a regular connection.

fabianbormann commented 1 year ago

Nice sounds good 😊