decentralized-identity / universal-resolver

Universal Resolver implementation and drivers.
https://uniresolver.io/
Apache License 2.0
529 stars 233 forks source link

add DID PLC (uni-resolver-driver-did-plc) #377

Closed bnewbold closed 11 months ago

bnewbold commented 11 months ago

This is a very simple driver, in that it just proxies through to an external service. We may simple implement the /1.0/identifiers/<did> route on our main server in the future to remove the need for a docker image.

Followed the directions at https://github.com/decentralized-identity/universal-resolver/blob/main/docs/driver-development.md

Did not do a full docker-compose test of the (many!) combined images locally.