Skip to main content
Source and releases: github.com/Kernlog/bridg-sdk. Node 18+ or any runtime with a global fetch. One method per endpoint, typed from the API’s OpenAPI document, no runtime dependencies.

Quote, build, sign, submit, track

Configuration

Errors

Every API error is a BridgError carrying the API’s code, the HTTP status, details and, on 429, retryAfterMs. Codes are listed on Errors.

Methods

Every request and response type is exported: import type { QuoteResponse, BuildStep, Transfer } from '@kernlog/bridg-sdk'.