nostril

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

commit 7cd4e8c188973c47af031477bc9292b645e330cb
parent 04a02cbaeab4054d1087d515d06840d8ef264dd5
Author: William Casarin <jb55@jb55.com>
Date:   Thu, 14 Apr 2022 19:46:11 -0700

dm docs

Signed-off-by: William Casarin <jb55@jb55.com>

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

diff --git a/README.md b/README.md @@ -44,4 +44,7 @@ Send to a relay: $ ./nostril --envelope --sec <key> "this is a message" | websocat wss://nostr-pub.wellorder.net +Send a nip04 DM: + + $ ./nostril --envelope --dm <pubkey> --sec <key> "this is a secret" | websocat wss://nostr-pub.wellorder.net