Proof Grid Core is the starter API for verifiable compute planning.
It models the first technical layer of Proof Grid:
- provider discovery
- provider trust scoring
- Surplus market normalization
- compute plan generation
- approval-first job creation
- hash-based plan receipts
- approval receipts
The prototype is dependency-free and runs on Node.js 18 or newer.
Available scripts:
npm run api
npm run checkCore routes:
GET /healthGET /providersGET /providers/:idGET /adapters/surplusPOST /planPOST /jobsPOST /jobs/:id/approveGET /jobs/:id
Proof Grid Core starts with sample providers and in-memory jobs. The next steps are signed provider profiles, persistent plans and receipts, provider-side job runners, verifier checks, and approval policies before execution.