git ssb

9+

mixmix / ssb-handbook



Tree: 6c591ad213da63c1fc8d5396b439279bc03fe35e

Files: 6c591ad213da63c1fc8d5396b439279bc03fe35e / concepts / feed.md

298 bytesRaw

Feed

A feed is a signed append-only sequence of messages. Each identity has exactly one feed.

Note that append-only means you cannot delete an existing message, or change your history. This is enforced by a per-feed blockchain. This is to ensure the entire network converges on the same state.

Built with git-ssb-web