📄️ Overview
In PZP, peers publish messages on feeds that are replicated by other peers in a gossip network of hubs. To join the network, a peer must be invited.
📄️ Peer
A peer is a participant in a gossip network, identified by a self-certifying cryptographic keypair.
📄️ Message
A message is a JSON encoded data structure that is signed by a peer and intended for replication in a gossip network.
📄️ Feed
A feed is an evolving set of interlinked messages intended for continuous replication in a gossip network.
📄️ Replication
📄️ Hub
A hub is a server that allow clients to communicate with each other via end-to-end encrypted tunnels. Hubs and clients form a fluid multi-star topology.
📄️ Invite
Promise
📄️ Glossary
- Msg = published data that is signed and shareable