jolocom / jolocom-lib

Library for interacting with the identity solution provided by Jolocom.
MIT License
24 stars 18 forks source link

Update the `@context` field to include spec mandated entries #337

Closed Exulansis closed 5 years ago

Exulansis commented 5 years ago

Describe

All Did Documents and Verifiable Credentials created by the library should include @context entries mandated by the spec, (e.g. "https://www.w3.org/2019/did/v1" for Did Documents). Furthermore, we need to ensure we are using up to date definitions for our terms, and that no errors occur during normalization (e.g. triples being omitted).

TODO

mnzaki commented 5 years ago

Closed by #338