Joel Thorstensson

Results 291 comments of Joel Thorstensson

Could you elaborate on what this means? To me it's not that clear how open graph would relate to DID directly.

So yes. There is one DataModel "definition" per record. You can think of the schema as a column in a user table, i.e. each user has one record per column.

Top level arrays doesn't work in Ceramic right now due to a bug in json-patch @ben-razor. Try wrapping the array in an object and see if it helps!

Hi @carlfairclough, thanks for your contribution! We are no longer actively developing the 3ID Connect code base. Instead we recommend new projects to use DID PKH in combination with [DID...

What wallet are you using for filecoin @alexandrumatei36 ? You can always import the `FilecoinAuthProvider` from the `@ceramicnetwork/blockchain-utils-linkiing` package directly.

@ukstv Any thoughts here? Are we far away from making it work with the MM Snap?

The 3ID DID Method uses Ceramic to look up the DID Document (which contains the private keys used to verify signatures). You can in theory make signatures without Ceramic, but...

"IPLD multifirmats" is not very precise. Are you using the IPLD data model and blockstore approach then multiformats is implicit. If you are using only multiformats for hashing data and...

@csuwildcat I would just say IPLD in this case! Also your `attestation` format is compatible with DagJOSE (which now is fully supported in go-ipfs) so using that will make your...