What is Nostr?
mimonelu
npub1l89…vzkt
2023-02-22 16:22:46

mimonelu on Nostr: ...

特に進捗ないので昔作った(たぶん)世界最小のNostrグローバルビューアでも貼っておきます。 `RELAY_URL` を書き換えてChromeか何かのコンソールに貼り付ければ動くと思う。知らんけど

```
(() => { const socket = new WebSocket("wss://RELAY_URL"); socket.onmessage = message => { console.log(JSON.parse(message.data)[2]?.content) }; socket.onopen = () => { socket.send(JSON.stringify(["REQ", crypto.randomUUID(), { kinds: [1], limit: 3 }])) } })()
```

Author Public Key
npub1l893957pfee3ddtyzgzftuc4sca4g88yvnqje0asjqvdre5crzzs5uvzkt