@me-id/protos
v0.1.0
Published
Protocol buffer definitions for the did:me decentralized identity method.
Maintainers
Readme
@me-id/protos
Official protobuf definitions for the did:me identity method, including:
- DID Documents
- Verification Methods
- Services
- Update Policies
- Domain Verification
- Attestations
- Data Integrity Proofs
Generated with Buf, with checked-in outputs for TypeScript, JavaScript, Go, Rust, Swift, Kotlin, and Python. Algorithm fields import the shared
reallyme.crypto.v1contract fromreallyme/crypto/v1/crypto.proto; Kotlin and Java generated types useme.really.crypto.v1, matching theme.really:cryptoMaven package.
Import
import { CoreKeySchema } from "@me-id/protos/did/v1";The package exports the did:me schema surface. Generated crypto descriptor files
are included so the DID modules resolve their reallyme.crypto.v1 imports;
application code that needs crypto operations should use @reallyme/crypto or
me.really:crypto directly.
Install
npm install @me-id/protospnpm add @me-id/protosyarn add @me-id/protosNote for pnpm users
pnpm may display a warning about "Ignored build scripts: esbuild". This package does not include any lifecycle scripts - the warning refers to pnpm's global policy, not to @me-id/protos. Installation is safe to proceed.
