Skip to content

Commit

Permalink
add did:oyd driver (#250)
Browse files Browse the repository at this point in the history
* add OYDID driver information

* add OYDID driver information
  • Loading branch information
fabianekc authored Oct 31, 2021
1 parent cda65fd commit eb2ebb8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ Are you developing a DID method and Universal Resolver driver? Click [Driver Dev
| [did-tz](https://github.com/spruceid/ssi/tree/main/did-tezos/) | 0.1.0 | [0.1](https://did-tezos.spruceid.com/) | [ghcr.io/spruceid/didkit-http](https://github.com/orgs/spruceid/packages/container/package/didkit-http) | Tezos DID method
| [did-pkh](https://github.com/spruceid/ssi/tree/main/did-pkh/) | 0.0.1 | [0.1](https://github.com/spruceid/ssi/blob/main/did-pkh/did-pkh-method-draft.md) | [ghcr.io/spruceid/didkit-http](https://github.com/orgs/spruceid/packages/container/package/didkit-http) | Public Key Hash DID method
| [did-orb](https://github.com/trustbloc/orb/releases/tag/v0.1.3) | 0.1.3 | [0.2](https://trustbloc.github.io/did-method-orb/) | [trustbloc/orb-did-driver](https://github.com/orgs/trustbloc-cicd/packages/container/package/orb-did-driver) |
| [did-oyd](https://github.com/OwnYourData/did-cmd) | 0.4 | [0.3](https://github.com/OwnYourData/did-cmd/blob/main/docs/did-spec.md) | [oydeu/oydid-resolver](https://hub.docker.com/repository/docker/oydeu/oydid-resolver) |


## More Information
Expand Down
5 changes: 5 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,11 @@
"pattern": "^(did:orb:.+)$",
"url": "http://orb-did-driver:8121/resolveDID?did=$1",
"testIdentifiers": [ "did:orb:hl:uEiDI6sZJnp44sC_BG2XekWA4TN2m0Wtwv8AI71UER3vCHw:uoQ-BeEJpcGZzOi8vYmFma3JlaWdpNWxkZXRodTZoY3ljN3FpM214cGpjeWJ5anRvMm51bGxvYzc0YWNocGt1Y2VvNjZjZDQ:EiClaNSwhKSP6tQe36bYc5w41oRpCi1xv89MkUnNBm8agw" ]
},
{
"pattern": "^(did:oyd:.+)$",
"url": "https://oydid-resolver.data-container.net/1.0/identifiers/$1",
"testIdentifiers": [ "did:oyd:zQmZ8DEGQtJcpoQDMKYJkTiQn9dQLM2QzvmDQXuj8vCfvdj" ]
}
]
}
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,3 +172,7 @@ services:
ports:
- "8121:8121"
command: start
driver-did-oyd:
image: oydeu/oydid-resolver
ports:
- "8124:3000"

0 comments on commit eb2ebb8

Please sign in to comment.