decentralized-identity / universal-registrar

Universal Registrar implementation and drivers.
https://uniregistrar.io/
Apache License 2.0
79 stars 27 forks source link

Add did:bid registrar driver #76

Closed Caict-GuoShiJie closed 9 months ago

Caict-GuoShiJie commented 1 year ago

Add did:bid registrar driver

Caict-GuoShiJie commented 1 year ago

Hello, it has been resolved

peacekeeper commented 11 months ago

Hello, thanks for the update. It seems the driver starts up and responds now, but it seems unable to create a DID.

When making the following call:

curl -X POST 'http://localhost:9080/1.0/create?method=bid' -d '{"options":{"chain":"TESTNET","keyType":"Ed25519"}}'

The response is:

{"jobId":null,"didState":{"reason":"Driver cannot retrieve state: 500 Internal Server Error ({\"message\":\"Cannot read property 'openApiRoute' of undefined\"})","state":"failed","error":"internalError"},"didRegistrationMetadata":{},"didDocumentMetadata":{}}