DID Key
Generating did:key's and did:pkh's
Overview
The DID Key plugin is responsible for generating DIDs and keypairs on the fly using a 32 Byte input seed. It implements the ID Control Plane, and allows consumers and consuming plugins to easily get a DID or keypair that can be derived from the input seed.
Install
Use Cases
The main use case for this plugin is to satisfy the ID Control Plane, allowing other plugins to build on top of this and do useful things with the holder's key material, without need to directly manage access to the holder's key material.
How to instantiate and use DID Keys
Instantiation is straightforwardβsimply pass in a random 32 Bytes to use as entropy, and you will gain access to DIDs and keypairs associated with those 32 Bytes:
Last updated