Monorepo for TrustGraph's web UI, built with React 19, TypeScript, and Vite.
| Package | Description |
|---|---|
@trustgraph/trustkit |
Shared component library and design system |
@trustgraph/client |
TypeScript client for TrustGraph APIs |
@trustgraph/react-provider |
React provider for TrustGraph WebSocket connections |
@trustgraph/react-state |
React state management hooks |
@trustgraph/portal |
Portal application showcasing all workflows |
npm install
npm run build
npm run devThe dev server starts the portal app at http://localhost:5173.
npm run dev— Start the portal app dev servernpm run build— Build all packages and the portal appnpm run test— Run tests across client, provider, and state packagesnpm run lint— Lint the entire workspace