Getting Started

For Users

  1. Connect your wallet

  2. Choose source & destination chains.

  3. Select the token and confirm.

  4. Track transaction status live.

For Developers Installation:

npm install @MAX SWAP/sdk

Basic 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