This repository is now a pnpm workspace with three main parts:
packages/riblt: the core Rateless IBLT implementation.packages/orp: the Operation Reconciliation Protocol interfaces, validators, and chunk-aware repair surface.examples/orp-demo: a runnable ORP demonstration with a simple CRDT.
pnpm build
pnpm test
pnpm lint
pnpm examplepackages/ribltpublishes theribltpackage.packages/orppublishes the@riblt/orppackage.examples/orp-demobuilds a standalone ORP demonstration.