@dcprotocol/vault
v2.0.2
Published
DCP - Local vault runtime with CLI and server
Downloads
431
Readme
@dcprotocol/vault
The local DCP vault CLI.
Use it to create a vault, add data, manage agents, and review activity.
Install
npm install -g @dcprotocol/vaultStart
dcp init
dcp create-wallet --chain solana
dcp add identity.email
dcp listCommon Commands
dcp add identity.name
dcp add credentials.api.openai
dcp read identity.email
dcp agents
dcp revoke <agent_id>
dcp activityRemote Pairing
For remote agent testing:
dcp pairing start openclaw-vps --scopes sign:solana,read:identity.emailFor normal remote setup, use the invite flow in DCP Desktop.
Data
By default, the vault uses:
~/.dcpThe vault owns the secrets. Agents get scoped access and approved actions, not direct control of the vault.
