@stridge/gateway-sdk
v0.1.0-alpha.15
Published
TypeScript client for the Stridge Gateway API. Used internally by [`@stridge/gateway-kit`](https://www.npmjs.com/package/@stridge/gateway-kit) and exposed for backend / server integrations that need direct API access.
Readme
@stridge/gateway-sdk
TypeScript client for the Stridge Gateway API. Used internally by @stridge/gateway-kit and exposed for backend / server integrations that need direct API access.
Links · Website · Documentation
Install
pnpm add @stridge/gateway-sdkQuick start
import { createApiClient } from "@stridge/gateway-sdk";
const stridge = createApiClient({
projectKey: process.env.STRIDGE_PROJECT_KEY,
env: "prod",
});
const wallet = "0x1234abcd..."; // the wallet address to inspect
const balance = await stridge.balance.onchain(wallet);For frontend / React integrations, reach for @stridge/gateway-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.
