We want to support cardano in our wallets system.
for that purpose we use the api to create wallets, which are created in daedalus.
https://cardanodocs.com/technical/wallet/api/v1/
the wallet Name we use is our internal wallet ID (not so important), and we support a single account for a user/wallet for now.
We keep the mnemonic secured in our system, and the corresponding daedalus wallet ID in our db, for later querying the api. (we still did not figured out how to derive a public address from the mnemonic offline)
my question, is that even the right approach? will cardano/daedalus be able to hold thousands (and more) wallets?
After reading this:
[https://github.com/input-output-hk/daedalus/issues/926](More than 27 wallet created … daedalus crashed)
I have some doubts.
Any thoughts please?
Thanks