@enc-protocol/node-sdk
v0.9.0
Published
ENC Protocol per-app SDK for the "node" host app — bundles the protocol-core enclaves.
Readme
@enc-protocol/node-sdk
Host-app SDK for the node app — bundles enclaves: DM, Group, Hello, Personal, Registry, Timeline. No own commands; use bundled-enclave apps directly.
Auto-generated by
lib/codegen/readme-codegen.mjsfromapps/node/{app,schema}.json. Do not hand-edit — regenerate viaenc gen readme node.
Install
Recommended — via the enc CLI
# Install the global enc CLI once (any project)
npm install -g @enc-protocol/cli
# Install the skill into the current project (.claude/commands/node.md)
enc skill add nodeThe skill is the recommended consumption surface for Claude Code — adds an /enc node slash command. The skill package is published as @enc-protocol/skill-node.
Composition
Host app — bundles 6 enclaves: DM, Group, Hello, Personal, Registry, Timeline.
No own commands. Use the per-enclave packages instead (e.g. @enc-protocol/hello-cli).
See also
cli.json— full app metadata + fuzz contractskill/SKILL.md— Claude Code skill bundle (install viaenc skill install node)@enc-protocol/app-sdk-base— base class (AppSdk,AppClient,DataView)
