DID Providers¶
A DID Provider is a library that exposes a json-rpc interface which is consumed by a Ceramic client or other DID compatible software. Usually it is constructed using a seed that the user controls. See the Authentication page for details on how to use DID providers.
3ID DID Provider¶
The 3ID DID Provider allows you to create and manage a 3ID.
ceramicstudio/js-3id-did-provider
Key DID Provider¶
A Key DID provider allows you to create and use a Key DID. Below you can find a reference implementation of the ed25519
Key DID.
ceramicnetwork/key-did-provider-ed25519