Date: 2025-08-30
This repository contains everything you need to run the MVP slice of Adept Network:
- Master Spec (cleaned, professional) with safety, RBAC, and receipts.
- Full OpenAPI v1 (including Preskills / Market University endpoints).
- Solidity contracts (Foundry scaffold) for interfaces + tests.
- Transcript Explorer UI (Vite + React + Tailwind) ready to run.
- Pilot packet (one‑pager, MOU, success metrics, outreach, case study template).
- Policies (Ethics, Frontier Tracks, UQO, Privacy) and Ops (Policy Hash Registry, TEE checklist).
- CLI verifier for policy/coex/artifact hashes.
- Preskill manifests (starter catalog).
cd contracts/foundry
forge install foundry-rs/forge-std
forge test -vvOpen api/openapi.yaml in Swagger UI / Redocly / your gateway docs.
cd ui/transcript-explorer
npm i
npm run dev
# open http://localhost:5173The UI ships with local sample data. Wire it to your API when ready.
3‑week coding pilot.
/api/openapi.yaml
/contracts/foundry/ # solidity interfaces, mocks, tests
/docs/ # master spec + policies + ops
/pilot/ # partner materials
/preskills/catalog/ # example manifests (YAML)
/ui/transcript-explorer/ # Vite + React + Tailwind UI
/cli/verify_receipt.py # hash helper