Skip to content

Commit

Permalink
chore: remove not working algo driver
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardFuchs committed Jan 9, 2024
1 parent fcf6318 commit 32e079d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ You should then be able to resolve identifiers locally using simple `curl` reque
curl -X GET http://localhost:8080/1.0/identifiers/did:iid:3QUs61mk7a9CdCpckriQbA5emw8pubj6RMtHXP6gD66YbcungS6w2sa
curl -X GET http://localhost:8080/1.0/identifiers/did:evan:testcore:0x126E901F6F408f5E260d95c62E7c73D9B60fd734
curl -X GET http://localhost:8080/1.0/identifiers/did:bid:ef214PmkhKndUcArDQPgD5J4fFVwqJFPt
curl -X GET http://localhost:8080/1.0/identifiers/did:algo:c93fdef1-8a0a-4c65-8c54-fd33117c9e82
curl -X GET http://localhost:8080/1.0/identifiers/did:polygonid:polygon:mumbai:2qDj9EDytmvtQP1or3FxykXGEaqSA1ss479MYHDMJc
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
Expand Down Expand Up @@ -166,7 +165,6 @@ Are you developing a DID method and Universal Resolver driver? Click [Driver Dev
| [did-iid](https://github.com/InspurIndustrialInternet/uni-resolver-driver-did-iid) | 0.1.0 | [0.1](https://github.com/InspurIndustrialInternet/iid/blob/main/doc/en/InspurChain_DID_protocol_Specification.md) | [zoeyian/driver-did-iid:latest](https://hub.docker.com/repository/docker/zoeyian/driver-did-iid) | Inspur DID Method |
| [did-evan](https://github.com/evannetwork/did-driver) | 0.1.2 | [0.9](https://github.com/evannetwork/evan.network-DID-method-specification/blob/master/evan_did_method_spec.md) | [evannetwork/evan-did-driver](https://hub.docker.com/r/evannetwork/evan-did-driver) | evan.network |
| [did-bid](https://github.com/caict-4iot-dev/uni-resolver-driver-did-bid) | 2.0.0 | [2.0 WD](https://github.com/teleinfo-bif/bid/blob/master/doc/en/BID%20Protocol%20Specification.md) | [caictdevelop/driver-did-bid](https://hub.docker.com/repository/docker/caictdevelop/driver-did-bid) | BIF blockchain |
| [did-algo](https://github.com/algorandfoundation/did-algo/blob/main/DRIVER.md) | 0.1.0 | [0.4.0](https://github.com/algorandfoundation/did-algo/blob/main/README.md) | [bryk-io/algoid-resolver](https://github.com/orgs/bryk-io/packages/container/package/algoid-resolver) | Algorand DID |
| [did-polygonid](https://github.com/0xPolygonID/driver-did-polygonid/blob/main/README.md) | 0.0.1 | [1.0.0](https://github.com/0xPolygonID/did-polygonid/blob/main/README.md) | [polygonid/driver-did-polygonid](https://hub.docker.com/r/polygonid/driver-did-polygonid) | PolygonID DID |
| [did-pdc](https://github.com/pdc-community/uni-resolver-driver-did-pdc/blob/master/README.md) | 0.0.1 | (missing) | [w744219971/driver-did-pdc](https://hub.docker.com/r/w744219971/driver-did-pdc) | PDC DID |
| [did-tys](https://github.com/itpeople-cy/tys-did-driver/blob/master/README.md) | 1.0 | 1.0 | [itpeoplecorp/tys-did-driver](https://hub.docker.com/r/itpeoplecorp/tys-did-driver) | TYS DID |
Expand Down
4 changes: 0 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,10 +255,6 @@ services:
image: caictdevelop/driver-did-bid:latest
ports:
- "8139:8080"
driver-did-algo:
image: ghcr.io/bryk-io/algoid-resolver:latest
ports:
- "8140:9091"
driver-did-polygonid:
image: polygonid/driver-did-polygonid:latest
ports:
Expand Down
4 changes: 0 additions & 4 deletions uni-resolver-web/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,10 +288,6 @@ uniresolver:
url: http://driver-did-bid:8080/
testIdentifiers:
- did:bid:ef214PmkhKndUcArDQPgD5J4fFVwqJFPt
- pattern: "^(did:algo:.+)$"
url: http://driver-did-algo:9091/
testIdentifiers:
- did:algo:c93fdef1-8a0a-4c65-8c54-fd33117c9e82
- pattern: "^(did:polygonid:.+)$"
url: http://driver-did-polygonid:8080/
propertiesEndpoint: 'true'
Expand Down

0 comments on commit 32e079d

Please sign in to comment.