|
|
||
|---|---|---|
| gridguard_secure_attested_cross_domain_e | ||
| src/gridguard_secure_attested_cross_domain_e | ||
| tests | ||
| .gitignore | ||
| AGENTS.md | ||
| README.md | ||
| pyproject.toml | ||
| setup.py | ||
| test.sh | ||
README.md
GridGuard EnergiBridge MVP
Security-first cross-domain energy optimization scaffold with a canonical bridge (EnergiBridge-like).
- Core concepts
- EnergiBridge: maps GridGuard primitives to a vendor-agnostic intermediate representation (IR)
- Security contracts registry, attested adapters, verifiable optimization (proof stubs), tamper-evident governance ledger
- Starter adapters: DER/inverter and water pump (attestation scaffolding)
This repository provides a minimal, production-ready skeleton designed to be extended in subsequent sprint phases. It focuses on verifiable data exchange, contract-driven data exposure, and auditable governance while keeping the local optimization logic lightweight.
How to run tests
- Install dependencies and test: pytest
- Build package: python -m build
The MVP is intentionally small but production-ready: it uses clean interfaces, versioned contracts, and a simple delta-sync protocol with a cryptographic-proof stub.