Event Details

This is a KIND 5394 event created on 2024-11-25 18:12:58 (1 month ago). Debug this event chain.

{
  "id": "df57ff0f2e533fff6686e8efdf3732cc2a36485b30aa709e77e3b6db895e8357",
  "pubkey": "039826257404a2318ad34fa7a8e97614257f89f8673c97a05e018c75193dac8b",
  "created_at": 1732558378,
  "kind": "5394",
  "tags": [],
  "content": "const msgs = [
    "Hello, Nostr",
    "Hola, Nostr",
    "Ciao, Nostr", 
    "\u3053\u3093\u306b\u3061\u306f, Nostr"
]

var index = 0

function changeMessage() {
    // Refresh DIV with new content.
    index = (index+1) % msgs.length
    document.getElementById("msg").innerHTML = msgs[index]
}

let reload = window.setInterval('changeMessage()', 1000);",
  "sig": "587d32839d29253135a70b961b724d93da75eacd9496ff9cd63dd9f3c673b6cf5bb95cdb2889641d571a1ff900090bbbfffeb6615e6dcf6005b6497662c1ffd2"
}

Note: Under active development, if you find a bug, please report it here GitHub & Reach out.