|
|
||
|---|---|---|
| src/idea199_replicasurety_economic_surety | ||
| tests | ||
| .gitignore | ||
| AGENTS.md | ||
| README.md | ||
| pyproject.toml | ||
| test.sh | ||
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.shruns pytest and builds the package
This is intentionally minimal and meant as a starting point for the community PoC.