fabianbormann / cardano-peer-connect

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

Feature: Inject discovery seed for wallet providers #35

Closed marcuspuchalla closed 1 year ago

marcuspuchalla commented 1 year ago

In the current implementation, wallets can't inject a custom wallet discovery seed. The lib will ultimately handle the seed itself.

For giving wallets more freedom on how they want the connection to be created. Let's make this possible.