- Cr;Lf;

In: software, technology, decentralized.
Also: chat.

Nostr

Nostr (acronym for Notes and Other Stuff Transmitted by Relays) is an open protocol for decentralized message transmission, with the intention to be able to resist internet censorship while maintaining session integrity.
"Noster" can also be translated as "our" or "ours" from Latin.
The protocol achieves decentralization through users publishing content associated with a cryptographic public key to various "relays", which are WebSocket servers that store and distribute an activity stream of received data from users. This allows the network to verify users and achieve account portability on Nostr, as users have to sign all posts using their secret key, preventing any relay from tampering with content without invalidating the signature.
The protocol is inspired by SSB (Secure Scuttlebutt).

Links

Initial blog post:
nostr - Notes and Other Stuff Transmitted by Relays
https://fiatjaf.com/nostr.html

Reference protocol implementation
https://github.com/nostr-protocol

×