@vvmp/trust-registry
v0.1.2
Published
File-backed reference VVMP registry implementation for manifests, trust codes, assets, and recovery locators.
Maintainers
Readme
@vvmp/trust-registry
Reference file-backed registry implementation for VVMP.
Use this package for local or embedded registry workflows that need manifest publication, trust-code resolution, asset hash lookup, version history, verification responses, and recovery-locator registration.
npm install @vvmp/trust-registryimport { createFileRegistry } from "@vvmp/trust-registry";
const registry = createFileRegistry({ rootDir: ".vvmp-registry" });See the root repository package integration guide for the full package map.
