sidetree
sidetree copied to clipboard
Sidetree Specification and Reference Implementation
Example test vectors can be found at: https://tools.ietf.org/html/rfc3394 Suffix = ASCII(Base64URL(Multihash(SHA256, UTF8(Suffix JSON data))))
The implementation deviated from the latest changes to the resolution metadata portion of the spec. e.g. `deactivated` property is newly added in the spec.
So we can see real key, values, and use comments for annotations.
JSON Create Payload => did JSON Update Payload (contains a compact JWS) kid is in header JSON Recovery Payload (contains a compact JWS) kid is in header JSON Deactivate Payload...
Replicate/move content see in https://github.com/decentralized-identity/sidetree/blob/master/docs/design.md#sidetree-client-guidelines in main spec.
here are some tests that prove that various did documents work with VCs.... https://github.com/OR13/did-params-and-you We really ought to have sidetree test vectors that work with JSON-LD and JWT based verifiable...