@bluprynt/sdk
v0.1.0
Published
Bluprynt SDK — batteries-included umbrella (core + schema + client)
Readme
@bluprynt/sdk
Pre-alpha — not usable yet. Scaffolding only: the API surface is a sketch and can change or disappear without notice. No support, no stability guarantees.
Batteries-included umbrella for the Bluprynt SDK. Re-exports @bluprynt/sdk-core and
@bluprynt/sdk-client; tree-shaking drops what you don't import.
npm install @bluprynt/sdkimport { createClient, parseCredential } from "@bluprynt/sdk";
const client = createClient({ baseUrl: "https://api.example.com", apiKey: process.env.API_KEY });
const credential = await client.getCredential("cred_123");Chain add-ons are not bundled here — install them à la carte:
@bluprynt/sdk-chain-evm · @bluprynt/sdk-chain-solana ·
@bluprynt/sdk-chain-xrpl.
checkWalletVerification is exported but currently a no-op that always returns
isVerified: false.
Requires Node >= 22 (uses global fetch). ESM + CJS, bundled types.
