@stridge/sdk
v0.1.0-alpha.7
Published
TypeScript client for the Stridge Gateway API. Used internally by [`@stridge/kit`](https://www.npmjs.com/package/@stridge/kit) and exposed for backend / server integrations that need direct API access.
Readme
@stridge/sdk
TypeScript client for the Stridge Gateway API. Used internally by @stridge/kit and exposed for backend / server integrations that need direct API access.
Links · Website · Documentation
Install
pnpm add @stridge/sdkQuick start
import { createApiClient } from "@stridge/sdk";
const stridge = createApiClient({
projectKey: process.env.STRIDGE_PROJECT_KEY,
env: "prod",
});
const wallet = "0x1234abcd..."; // any EVM address
const balance = await stridge.endpoints.Balance.onchain(wallet);For frontend / React integrations, reach for @stridge/kit instead — it wraps this SDK with widgets, hooks, and orchestration.
Documentation
API reference and gateway models at docs.stridge.com.
License
MIT © Stridge Foundation.
