chaincodec-registry 0.1.0

Schema Registry for ChainCodec — CSDL parser, in-memory store, version management
Documentation

chaincodec-registry

Schema Registry for ChainCodec.

Levels

  1. In-Memory Registry — fast, ephemeral; loaded from CSDL files or JSON
  2. File-Backed Registry — loads CSDL files from a directory at startup
  3. Remote Registry (future) — HTTP client for registry.chaincodec.io

The public-facing API is the SchemaRegistry trait from chaincodec-core.