Getting Started
For Users
Connect your wallet
Choose source & destination chains.
Select the token and confirm.
Track transaction status live.
For Developers Installation:
npm install @flipbridge/sdkBasic Usage:
import { Flip } from "@flipbridge/sdk";
const flip = new Flip({ chain: "ETH" });
await flip.transfer({ from: "ETH", to: "BNB", amount: "5" });Last updated
