Nostr is a protocol built using self-owned account/identities so that it enables us to create ‘decentralized’ social networks and even other types of solutions.
“nostr” stands for “Notes and Other Stuff Transmitted by Relays” and
is an open protocol for censorship-resistant global networks created
by @fiatjaf. The simplest open protocol that is able to create a
censorship-resistant global “social” network once and for all.
It doesn’t rely on any trusted central server, hence it is resilient; it is based on cryptographic keys and signatures, so it is tamperproof; it does not rely on P2P techniques, therefore it works.
The Nostr social network is build much like twitter, where you can create posts ( like tweets), like posts, follow someone or unfollow them, retweet/repost. Normally the term ‘post’ or ‘note’ is used to refer to creating a post on the nostr social network.
Using Nostr means using one of its clients to access the Nostr network. There are two components: clients and relays.
wss://rsslay.fiatjaf.com read write
wss://nostr-pub.wellorder.net read write
wss://expensive-relay.fiatjaf.com read write
wss://relayer.fiatjaf.com read write
wss://nostr-relay.freeberty.net read write
wss://nostr.bitcoiner.social read write
Both Nostr and Farcaster use relays (called “hubs” in Farcaster) to store and transmit social data (like posts) to users (who run software, called “clients”). Farcaster uses the Ethereum architecture (eg, uses ethereum key-pairs for accounts), while Nostr does not use a blockchain (though you see a lot of lightning transactions, and theoretically could support any blockchain).