File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -159,6 +159,11 @@ services:
159159 image : iotex/uni-resolver-driver-did-io:latest
160160 ports :
161161 - " 8104:8080"
162+
163+ driver-did-operon :
164+ image : ghcr.io/operonmaster/driver-did-operon:latest
165+ ports :
166+ - " 8110:8080"
162167 bba-did-driver :
163168 container_name : bba-did-driver
164169 image : blobaa/bba-did-driver:0.2.2
Original file line number Diff line number Diff line change 1+ # did: operon
2+
3+ - ** Specification** : https://operon.cloud/did-method/operon
4+ - ** Resolver** : https://did.operon.cloud/1.0/identifiers/{did}
5+ - ** Driver image** : ghcr.io/operonmaster/driver-did-operon: latest
6+ - ** Test identifier** : ` did:operon:root `
7+
8+ This driver proxies Universal Resolver requests to the Operon DID resolver and returns DID Documents in ` application/did+json ` format.
You can’t perform that action at this time.
0 commit comments