Joel Thorstensson

Results 291 comments of Joel Thorstensson

This script is useful when testing: https://gist.github.com/oed/5d0e3923e7c1a9f3ff674a42ddabc622

Any update here @anthonygraignic ?

This service is using the JWT VC format and not the JSON-LD format. See the JWT-VC as part of the w3c VC spec here: https://www.w3.org/TR/vc-data-model/#json-web-token It's using this implementation: https://github.com/decentralized-identity/did-jwt-vc...

Happy to add a relevant context if you want to create one! Are you saying that RegiserAction might be relevant here?

Interesting, I'm learning as we go here 😅 Haven't played around with JSON-LD much tbh! Maybe it could make sense to use [Claim](https://schema.org/Claim) here somehow?

This seems to be because this library is expecting a newer version of js-libp2p. See changelog here: https://github.com/libp2p/js-libp2p/releases (api was changed from `libp2p.pubsub.peers` to `libp2p.pubsub.getSubscribers`) You can solve this issue...

FYI, this might become relevant again given that it would be very useful for [binary DIDs](https://github.com/ucan-wg/ucan-cacao/issues/3#issuecomment-1319770989)

> This means that if you would like to authenticate yourself with SWIx for multiple chains then you need to sign multiple messages Why is this the case? - If...

I think we probably need @pedrouid's input on the namespaces PR, but pretty sure it wouldn't break anything. Worst case we can figure out a different way of doing an...