mirror of
https://github.com/jb55/nostril.git
synced 2024-11-23 16:49:06 -05:00
parent
13985950fd
commit
0392d6f10b
|
@ -72,3 +72,10 @@ Send a nip04 DM:
|
|||
|
||||
$ ./nostril --envelope --dm <pubkey> --sec <key> --content "this is a secret" | websocat wss://relay.damus.io
|
||||
|
||||
Mine a pubkey:
|
||||
|
||||
$ ./nostril --mine-pubkey --pow <difficulty>
|
||||
|
||||
Reply to an event. nip10 compliant, includes the `thread_id`:
|
||||
|
||||
$ ./nostril --envelope --sec <key> --content "this is reply message" --tag e <thread_id> --tag e <note_id> | websocat wss://relay.damus.io
|
||||
|
|
Loading…
Reference in New Issue
Block a user