@dcprotocol/vault
The vault package provides the dcp CLI and local vault server runtime.
Install
npm install -g @dcprotocol/vaultCLI Quick Start
dcp init
dcp create-wallet --chain solana
dcp add identity.name
dcp add identity.email
dcp listCommon Scopes
| Need | Scope |
|---|---|
| Name | identity.name |
identity.email | |
| Phone | identity.phone |
| Home address | address.home |
| OpenAI API key | credentials.api.openai |
| Anthropic API key | credentials.api.anthropic |
| GitHub token | credentials.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.