You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been searching through the API documentation and the source code, but I'm unable to find a method to retrieve or generate the private-public key pair necessary for DID generation. Is there a specific function or section within the documentation that covers this process? Any guidance or direction would be greatly appreciated.
Cheers lot.
The text was updated successfully, but these errors were encountered:
@dflbsteve It depends on the context of how you are working with DIDs but the DID method implementations all will generate the keys automatically, if not provided or will use the provided key set:
This PR #393 will substantively change how key management works for the DID methods. Will close this since there have been any follow up questions in the past month. Feel free to hop on Discord or open a new issue if you've got questions with the refactored DID method implementations.
Hi,
I've been searching through the API documentation and the source code, but I'm unable to find a method to retrieve or generate the private-public key pair necessary for DID generation. Is there a specific function or section within the documentation that covers this process? Any guidance or direction would be greatly appreciated.
Cheers lot.
The text was updated successfully, but these errors were encountered: