UNIFT PROTOCOL
  • 🏛️Unift Protocol
  • 😃Unift-Nostr-Service
    • 😎Random Number Service
    • 😄Graph Service
      • How to use Unift-Graph-Service
      • Create a NostrGraph
      • Create an entity
      • Delete an entity
      • List the entities
      • Add Data to entity
      • Update Data Of Entity
      • Delete Data Of Entity
      • Query Graph Data
  • 📕FAQ
    • What is Nostr Protocol?
Powered by GitBook
On this page
  1. FAQ

What is Nostr Protocol?

PreviousQuery Graph Data

Last updated 2 years ago

Nostr is a protocol, designed for simplicity, to create a censorship-resistant global social network.

Simple

The protocol is based on very simple & flexible event objects (which are passed around as plain JSON) and uses standard public-key cryptography for keys & signing. This makes it easy to run relays and build clients and ensures that the protocol can be extended over time.

Resilient

Because Nostr doesn't rely on a small number of trusted servers for moving or storing data, it's very resilient. The protocol assumes that relays will disappear and allows users to connect & publish to an arbitrary number of relays that they can change over time.

Verifiable

Because Nostr accounts are based on it's easy to verify messages were really sent by the user in question.

Like HTTP or TCP-IP, Nostr is a protocol; an open standard upon which anyone can build. Nostr is not an app or service that you sign up for.

To understand more, read

📕
public-key cryptography
Nostr.how