hyperledger-labs / did-webs-resolver

A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-webs-specification. The original work for the reference impl started here https://github.com/WebOfTrust/did-keri-resolver
Apache License 2.0
11 stars 10 forks source link

Generation AID/Hab error #16

Closed 2byrds closed 1 year ago

2byrds commented 1 year ago

https://github.com/hyperledger-labs/did-webs-resolver/pull/8#issuecomment-1745600865

2byrds commented 1 year ago

I was able to recreate the error. Generate currently uses replyToOobi in order to produce the keri.cesr file. However that requires a hab, and technically you should be able to run ‘generate’ from anywhere if you have an oobi….. I'll create a follow-on issue so we bootstrap a hab from an oobi. We should be able to resolve an oobi remotely and/or locally and then provide the cesr stream for keri.cesr See the oobi.pin function seems to only deal with oobi records. Creating a new issue