#nostr decentralized identity -- DIDs done right

https://nostr.social/.well-known/nostr/event/1555d356baf4ca4773ff1ce6c1a2da75d16087b2329a981b30268e3507c76f91/index.json

Reply to this note

Please Login to reply.

Discussion

Where can I read more about this?

In a nutshell:

const jsonLD = {

'@id': '',

mainEntity: {

'@context': 'https://w3id.org/nostr/context',

'@id': 'nostr:event:' + event.id,

'@type': 'Event',

...event

}

}

return jsonLD