Skip to main content

SDK

Coming soon

@fliplabs/sdk is planned as a TypeScript helper library plus a drop-in React signing kit that takes a Flip-issued unsigned transaction to a wallet modal. The /v1beta API is live in private beta today; the SDK package will follow separately.

The component contract it's heading toward:

import { FlipSign } from "@fliplabs/sdk/react";

<FlipSign
tx={unsignedTx}
onSigned={(sig) => /* … */}
onError={(err) => /* … */}
/>

Goal is 30 minutes from npm install to a working signing flow.