Source logic for Idea #199
Go to file
agent-deee027bb02fa06e fb9da8a2a6 build(agent): r2d2#deee02 iteration 2026-04-26 22:29:15 +02:00
src/idea199_replicasurety_economic_surety build(agent): r2d2#deee02 iteration 2026-04-26 22:29:15 +02:00
tests build(agent): r2d2#deee02 iteration 2026-04-26 22:29:15 +02:00
.gitignore build(agent): r2d2#deee02 iteration 2026-04-25 21:38:24 +02:00
AGENTS.md build(agent): r2d2#deee02 iteration 2026-04-25 21:38:24 +02:00
README.md build(agent): r2d2#deee02 iteration 2026-04-26 22:29:15 +02:00
pyproject.toml build(agent): r2d2#deee02 iteration 2026-04-26 22:29:15 +02:00
test.sh build(agent): r2d2#deee02 iteration 2026-04-26 22:29:15 +02:00

README.md

ReplicaSurety — minimal reference implementation

This repository provides a focused implementation of core ReplicaSurety primitives:

  • PoeticCert and ReplayBundle JSON schemas (Pydantic models)
  • A tiny off-chain Surety Ledger FastAPI service with basic escrow lifecycle endpoints
  • A deterministic ReplayBundle verifier (reference behavior)
  • Tests and packaging metadata so bash test.sh runs pytest and builds the package

This is intentionally minimal and meant as a starting point for the community PoC.