universal-resolver icon indicating copy to clipboard operation
universal-resolver copied to clipboard

Add did:btco driver.

Open brianorwhatever opened this issue 7 months ago • 5 comments

This PR will be ready once the explorer at https://signet.ordinals.com has been updated to the latest release and I have tested the resolver against infrastructure I don't control.

brianorwhatever avatar Dec 04 '23 06:12 brianorwhatever

Hello @brianorwhatever thanks for working on this; looking forward to adding support for did:btco !

peacekeeper avatar Dec 21 '23 19:12 peacekeeper

This is now ready for review the did spec registry PR is here https://github.com/w3c/did-spec-registries/pull/541

brianorwhatever avatar Dec 23 '23 05:12 brianorwhatever

@brianorwhatever When I try this, I get the following error:

 ! driver-did-btco The requested image's platform (linux/arm64) does not match the detected host platform (linux/amd64/v3) and no specific platform was requested                        0.0s 
Attaching to universal-resolver-driver-did-btco-1, universal-resolver-uni-resolver-web-1
universal-resolver-driver-did-btco-1   | exec /usr/local/bin/docker-entrypoint.sh: exec format error
universal-resolver-driver-did-btco-1 exited with code 1

I don't have much experience with supporting different platforms in Docker.. Do you know how to fix this? Maybe the image has to be built in a different way?

peacekeeper avatar Dec 29 '23 21:12 peacekeeper

@peacekeeper I can build it on a different platform. What should I use? I'm guessing linux/amd64?

brianorwhatever avatar Dec 31 '23 05:12 brianorwhatever

Yes that would be good, thanks!

peacekeeper avatar Dec 31 '23 09:12 peacekeeper