Sign In

@dcprotocol/core

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dcprotocol/core

Core encryption, wallet, storage, and policy engine for DCP

Source
npmnpm
Version
3.0.0
Version published
Weekly downloads
33
32%
Maintainers
1
Weekly downloads
 
Created
Source

@dcprotocol/core

Core primitives for DCP runtimes.

Most developers should use @dcprotocol/vault, @dcprotocol/agent, or @dcprotocol/client first. Use core when you are extending DCP itself or building a runtime that needs the same primitives as the vault.

Install

npm install @dcprotocol/core

What Is Inside

crypto      encryption, signatures, canonical JSON
wallet      Solana wallet operations
storage     SQLite vault storage and audit data
budget      budget and policy helpers
pairing     signed pairing grants and remote-agent invites
types       shared TypeScript types

Boundaries

Core provides building blocks. The vault decides policy, approval, signing, and storage behavior in the running product.

Keywords

vault

FAQs

Package last updated on 15 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts