Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

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.

GuideWhat you'll do
Run a NodeStand up an ENC node — the four runtimes, build, run, deploy (Cloudflare / bare-metal), and verify
The ENC CLIDrive enclaves from the terminal with the git-style enc binary — init, commit, bundles, proofs
zkEncValidity proofs — run the prover service + verifier, deploy to Cloudflare
wshubWebSocket aggregation — collapse per-enclave sockets behind one connection
Building with the SDKGo from an identity to a verified read/write using the SDK packages
Agent SkillsInstall a Claude Code skill so an agent can drive an ENC app via the enc CLI
Wallet ExtensionCustody 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.