Developer Guide
Hands-on guides for building and running ENC infrastructure. Where the Protocol Spec is the normative reference and the SDK Reference documents the libraries, these guides walk through the tools you actually run.
| Guide | What you'll do |
|---|---|
| Run a Node | Stand up an ENC node — the four runtimes, build, run, deploy (Cloudflare / bare-metal), and verify |
| The ENC CLI | Drive enclaves from the terminal with the git-style enc binary — init, commit, bundles, proofs |
| zkEnc | Validity proofs — run the prover service + verifier, deploy to Cloudflare |
| wshub | WebSocket aggregation — collapse per-enclave sockets behind one connection |
| Building with the SDK | Go from an identity to a verified read/write using the SDK packages |
| Agent Skills | Install a Claude Code skill so an agent can drive an ENC app via the enc CLI |
| Wallet Extension | Custody an ENC identity in the browser and let apps sign via window.enc |
New to ENC? Read the litepaper for the why, then start with Run a Node. To build on ENC from code, head to the SDK Reference.