@dcprotocol/core
v2.0.1
Published
Core encryption, wallet, storage, and policy engine for DCP
Maintainers
Readme
@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/coreWhat 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 typesBoundaries
Core provides building blocks. The vault decides policy, approval, signing, and storage behavior in the running product.
