SDK
:::info Coming soon
@fliplabs/sdk — a TypeScript helper library + a drop-in React signing kit that takes a Flip-issued unsigned transaction to a wallet modal. Ships alongside the API; this page documents install + usage when live.
:::
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.