Skip to content

meproto/protos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@meproto/protos – did:me Protocol Buffer Definitions

npm version GitHub release License: Apache-2.0 TypeScript Protocol Buffers

Official protobuf definitions for the did:me identity method, including:

  • DID Documents
  • Verification Methods
  • Services
  • Update Policies
  • Domain Verification
  • Attestations
  • Data Integrity Proofs

Generated automatically using Buf + protoc-gen-es, with published ES modules on NPM.


🚀 Install

npm install @meproto/protos
pnpm add @meproto/protos
yarn add @meproto/protos

Note 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 @meproto/protos. Installation is safe to proceed.