@kildall/peaknode-sdk-ts
v0.1.1
Published
TypeScript client for the Peaknode Proof of Reserves API (generated from the OpenAPI spec).
Readme
Peaknode TypeScript SDK
TypeScript client for the Peaknode Proof of Reserves API.
Installation
npm install @kildall/peaknode-sdk-tsUsage
import { client, getVerifyZkpVk } from '@kildall/peaknode-sdk-ts';
client.setConfig({ baseUrl: 'https://api.peaknode.ar' });
const { data } = await getVerifyZkpVk();The package exports the generated per-endpoint functions, their request/response
types, and a configurable client. Configure baseUrl (and any auth headers /
interceptors) on the client before calling.
License
MIT — see LICENSE for details.
