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

Generate did:webs from anywhere that you can resolve an OOBI #19

Open 2byrds opened 1 year ago

2byrds commented 1 year ago

See #16 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.

2byrds commented 10 months ago

Related to https://github.com/hyperledger-labs/did-webs-resolver/issues/21