Join Nostr
2025-08-31 11:14:58 UTC

SnowCait on Nostr: penpenpng 使い方これで合ってる? async function cast() { try { await ...

使い方これで合ってる?

async function cast() {
try {
await rxNostr.cast({ kind: 1, content: 'test of cast' });
} catch (error) {
console.error(error);
}
}