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
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.
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.