index

id: 8efafb2d78998337ccb7fa7952ae6aa508122cea346f9f9a98854ce4d81ba564

id (bech32): note13ma0kttcnxpn0n9hlfu49tn255ypyt82x3helx5cs4xwfkqm54jq3ca084

sig: a79333dde3085d5f92b23aca423eaf0857c5f4c9ebc937fce204b55ce26b8d39612a06fc35f97d135fc1ae142e0caa3d6a6d7aef85b65cf6a0eae22a003e8362

created_at: 2023-08-25 22:11:27 +0900

created_at (unix time): 1692969087

content:

「特定の投稿をちょっとフィルターして購読してなんかするか」って思い立ったら

const relays = ["wss://nostrrelay.example.com"]
sugoiSubscription.onReceiveEvent(async (event: NostrEvent) => {
if (event.kind === 1) {
doSomething();
}
const myNewEvent = {};
sugoiClient.publish(relays, myNewEvent);
});

と書いて動かしっぱなしにするみたいな感じの土台欲しいんよ.プログラムはイメージです.

JSON