Nostr Event
No security coverage
This module creates a new content type called 'nostr_event' to store information from the Nostr decentralized social networking protocol. It includes fields for content, ID, kind, public key, signature, and tags, along with a 'nostr_tag' paragraph type for structured tag data.
Nostr Event
This module will install a new content type 'nostr_event' with the following fields:
- field_nostr_content
- field_nostr_id
- field_nostr_kind
- field_nostr_pubkey
- field_nostr_signature
- field_nostr_tags
A paragraph type 'nostr_tag' with the following fields:
- field_nostr_tag_name
- field_nostr_tag_value
- field_nostr_tag_parameters