Skip to main content

Module protocol

Module protocol 

Source
Expand description

§Wire-level protocol types

What two peers agree on in order to talk to each other: packet layouts, payload variants, signed record shapes, and PoW-gated envelopes. Peer records and their credentials, the RPC packets that carry them, every request/response payload the network understands, and the post-and-feedback data model all live here.

Modules§

payload
RPC payload variants
peer
Peer records — identity, reputation, and PoW credentials for gossip
posting
Post and feedback wire-format types
rpc
RPC packet encoding, dispatch, and verification