nostril

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

commit f1a30345df73758930535d3d916a1066a6dac1f5
parent ea84fe1e47d39cf2c9d6fb8f57ffddba4ede405f
Author: William Casarin <jb55@jb55.com>
Date:   Wed, 17 Aug 2022 08:32:35 -0700

fix readme example

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

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

diff --git a/README.md b/README.md @@ -26,13 +26,13 @@ Generate an event: $ ./nostril --sec <key> --content "this is a message" { - "id": "b5c18a4aa21231a77b09748a5e623d9c2f853aed09653934b80a10b66a7225fa", - "pubkey": "fd3fdb0d0d8d6f9a7667b53211de8ae3c5246b79bdaf64ebac849d5148b5615f", - "created_at": 1649948031, + "id": "da9c36bb8206e748cf136af2a43613a5ee113cb5906a09a8d3df5386039d53ab", + "pubkey": "4f6fa8547cf2888415522918175ea0bc0eb473287c5bd7cc459ca440bdf87d97", + "created_at": 1660750302, "kind": 1, "tags": [], - "content": "testing something again", - "sig": "5122b2fc0d9a1f1ca134e4ab6fc1c9e5795e2d558cf24e3c7d8c4a35f889130eebcbd604602092a89c8a48469e88753e08dabb472610ac628ec9db3aa6c24672" + "content": "this is a message", + "sig": "3e4d7d93522e54f201a22944d4d37eb4505ef1cf91c278a3f7d312b772a6c6509d1e11f146d5a003265ae10411a20057bade2365501872d2f2f24219730eed87" } Wrap event to send to a relay: