nostril

A C cli tool for creating nostr events
git clone git://jb55.com/nostril
Log | Files | Refs | Submodules | README | LICENSE

commit ea84fe1e47d39cf2c9d6fb8f57ffddba4ede405f
parent f2cf191129089f480b8de69d47ba2a39961eb9c5
Author: randymcmillan <randy.lee.mcmillan@gmail.com>
Date:   Tue, 16 Aug 2022 21:27:50 +0100

README.md: update relay to wss://relay.damus.io

Follow up to commit:

c88f7e09eb7da93960faa3053e3cd130a240ea98

Diffstat:
MREADME.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -53,9 +53,9 @@ Wrap event to send to a relay: Send to a relay: - $ ./nostril --envelope --sec <key> --content "this is a message" | websocat wss://nostr-pub.wellorder.net + $ ./nostril --envelope --sec <key> --content "this is a message" | websocat wss://relay.damus.io Send a nip04 DM: - $ ./nostril --envelope --dm <pubkey> --sec <key> --content "this is a secret" | websocat wss://nostr-pub.wellorder.net + $ ./nostril --envelope --dm <pubkey> --sec <key> --content "this is a secret" | websocat wss://relay.damus.io