CIPs icon indicating copy to clipboard operation
CIPs copied to clipboard

Discussion 3ID Keychain

Open michaelsena opened this issue 4 years ago • 2 comments

Discussion for CIP-20 See PR for most up to date version: https://github.com/ceramicnetwork/CIP/pull/68

michaelsena avatar May 27 '20 00:05 michaelsena

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.

oed avatar Jul 24 '20 09:07 oed

@michaelsena Made updates to this CIP as discussed. Also added an example.

oed avatar Jul 28 '20 08:07 oed