@x402solana/cheshire-sdk
v0.1.1
Published
Official JavaScript/TypeScript SDK for Cheshire Terminal — health, public-config, auth probes, developer OpenAPI, and Solana agent discovery.
Maintainers
Readme
@x402solana/cheshire-sdk
Official SDK for Cheshire Terminal.
Covers production readiness across:
- Express API (Fly) —
/api/health,/api/public-config - Postgres / Drizzle — health probe when configured
- Convex — cloud + site URLs, auth status
- Discovery — A2A agent card, MCP, OpenAPI
Install
npm install @x402solana/cheshire-sdkQuick start
import { createCheshireClient } from "@x402solana/cheshire-sdk";
const client = createCheshireClient({
origin: "https://cheshireterminal.ai",
});
const ready = await client.checkProductionReadiness();
console.log(ready.ready, ready.checks);
console.log(ready.publicConfig.convexUrl);
console.log(ready.health.database, ready.health.convex);Packages
| Package | Purpose |
|---------|---------|
| @x402solana/cheshire-sdk | High-level client (this package) |
| @x402solana/cheshire-core | Public config + health helpers |
| @x402solana/cheshire-auth | Auth status + dual-path probes |
License
MIT
