Skip to content

[enhancement] Implement NIP-78 #2

Description

@tincho70

Implement NIP-78 to store configuration data like List of relays in NOSTR.

Proposal

User with pubkey XXXXX has 3 relays configured: nos.lol and relay.lawallet.ar connected, but relay.damus.io disconnected

{
  "created_at": 1714006712,
  "content": "",
  "tags": [
    ["d", "nostr-debugger"],
    ["r", "wss://nos.lol", true],
    ["r", "wss://relay.damus.io", false],
    ["r", "wss://relay.lawallet.ar", true],
  ],
  "kind": 30078,
  "pubkey": "XXXXX",
  [...]
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions