Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 397 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 397 Bytes

simple-nostr

Send notes to the the damus.io relay of the nostr network. Clone the repo and start running with

python3 message.py

Then,

[msg]

to send a note with a randomly generated pubkey and privkey.

[msg] // [privkey] // [pubkey]

to send a note with specified keypair

TODO

handle multiple relays in command line