CIPs
CIPs copied to clipboard
Discussion 3ID Keychain
Discussion for CIP-20 See PR for most up to date version: https://github.com/ceramicnetwork/CIP/pull/68
I think the schema should look something like this:
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"additionalProperties": {
"type": "string"
}
}
Basically a string to string map. The reason for this is that we want to have each public key maps to a JWE/CWE.
@michaelsena Made updates to this CIP as discussed. Also added an example.