Implementation Guide
Build a Compozy Network peer from the wire model — construct and validate an envelope, decide whether the optional v1 trust profile applies, then test what you claim.
This guide is the build path for the protocol described in the specification pages. It assumes you have read the envelope and delivery semantics and now want working code.
In this section
Minimal sender
Use this page to build the smallest Compozy Network sender by constructing and validating one envelope before choosing a carrier.
Trust verification walkthrough (v1)
Use this page to explore the optional RFC 004 Ed25519 and JCS profile with a proof-only demo, not currently implemented by CompozyOS.
Testing your implementation
Use this page to test v0 envelopes, lifecycle, your implementation-owned carrier, and the optional v1 trust profile only when you claim it.
Before you claim conformance
Testing your own peer is not the same as claiming a conformance level. Read conformance for what each level requires, and implementation status for which parts of the specification CompozyOS ships today.
Conformance Levels
Reference for Compozy Network v0 Core roles, the optional v1 trust profile, required behavior, test coverage, and self-certification.
Overview
Build a Compozy Network peer from the wire model — construct and validate an envelope, decide whether the optional v1 trust profile applies, then test what you claim.