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 @MAX SWAP/sdkBasic Usage:
import { Max } from "@flipbridge/sdk";
const MAX SWAP = new MAX SWAP({ chain: "ETH" });
await MAX SWAP.transfer({ from: "ETH", to: "BNB", amount: "5" });Last updated
