@dcprotocol/vault

The vault package provides the dcp CLI and local vault server runtime.

Install

npm install -g @dcprotocol/vault

CLI Quick Start

dcp init
dcp create-wallet --chain solana
dcp add identity.name
dcp add identity.email
dcp list

Common Scopes

NeedScope
Nameidentity.name
Emailidentity.email
Phoneidentity.phone
Home addressaddress.home
OpenAI API keycredentials.api.openai
Anthropic API keycredentials.api.anthropic
GitHub tokencredentials.api.github

Desktop Users

Most beta users should manage data through DCP Desktop. The CLI is useful for scripts, local testing, and developers who prefer terminal workflows.