Skip to content

Commit

Permalink
Merge pull request #430 from EveryCRED/refactor/did_driver
Browse files Browse the repository at this point in the history
refactor: Update DID example in resolver
  • Loading branch information
peacekeeper committed Jul 4, 2024
2 parents a3f9bf3 + e275927 commit b4612a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ You should then be able to resolve identifiers locally using simple `curl` reque
curl -X GET http://localhost:8080/1.0/identifiers/did:pdc:8801:0xf47b66bc0d9b7c73f9ff27bf1f49a2b69dc167fc
curl -X GET http://localhost:8080/1.0/identifiers/did:tys:4B4AbVzzcJSnCZsdX4VaKyQgHRnC
curl -X GET http://localhost:8080/1.0/identifiers/did:plc:yk4dd2qkboz2yv6tpubpc6co
curl -X GET http://localhost:8080/1.0/identifiers/did:evrc:issuer:ethereum:246d9b34-09e1-496e-ad5b-fb5ea889d96b
curl -X GET http://localhost:8080/1.0/identifiers/did:evrc:issuer:polygon:62eeb90e-eee4-4d31-8927-1075e82b2a74
curl -X GET http://localhost:8080/1.0/identifiers/did:keri:EKYGGh-FtAphGmSZbsuBs_t4qpsjYJ2ZqvMKluq9OxmP
curl -X GET http://localhost:8080/1.0/identifiers/did:webs:peacekeeper.github.io:did-webs-iiw-tutorial:EKYGGh-FtAphGmSZbsuBs_t4qpsjYJ2ZqvMKluq9OxmP
curl -X GET http://localhost:8080/1.0/identifiers/did:content:3SqTXtoMpiPeNo5vEP2p7yNGQUeCGjqW1wnctv8yaCWXojD29GYcUEo
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ services:
ports:
- "8144:8000"
driver-did-evrc:
image: viitorcloud/uni-resolver-driver-did-evrc:latest
image: viitorcloud/uni-resolver-driver-did-evrc:v1.1.0
ports:
- "8145:8080"
driver-did-keri:
Expand Down
2 changes: 1 addition & 1 deletion uni-resolver-web/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ uniresolver:
- pattern: "^(did:evrc:.+)$"
url: ${uniresolver_web_driver_url_did_evrc:http://driver-did-evrc:8080/}
testIdentifiers:
- did:evrc:issuer:ethereum:246d9b34-09e1-496e-ad5b-fb5ea889d96b
- did:evrc:issuer:polygon:62eeb90e-eee4-4d31-8927-1075e82b2a74
- pattern: "^(did:keri:.+)$"
url: ${uniresolver_web_driver_url_did_kerri:http://driver-did-keri:7678/}
testIdentifiers:
Expand Down

0 comments on commit b4612a3

Please sign in to comment.