Skip to content

Commit d49f72b

Browse files
committed
Add did:operon driver (proxy to Operon resolver)
1 parent 9aedc41 commit d49f72b

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

docs/did/operon.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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.

0 commit comments

Comments
 (0)