mirror of
https://github.com/jb55/nostril.git
synced 2025-07-28 06:28:28 -04:00
README.md: update relay to wss://relay.damus.io
Follow up to commit:
c88f7e09eb
This commit is contained in:
committed by
William Casarin
parent
f2cf191129
commit
ea84fe1e47
@@ -53,9 +53,9 @@ Wrap event to send to a relay:
|
|||||||
|
|
||||||
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:
|
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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user