jolocom / jolocom-lib

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

Decouple the `did:jolo` prefix from internal library functions. #328

Closed Exulansis closed 5 years ago

Exulansis commented 5 years ago

Description

In order to ensure that the library can support interactions with DIDs anchored on different networks (according to different method specifications), we need to ensure the did:jolo prefix is never explicitly assumed in the inner / helper functions of the library.

Furthermore we need to ensure the Registry and Resolver classes are configurable to interface with different networks depending on DID prefixes.

mnzaki commented 5 years ago

Closed by #339