Quick Start
How to start with XPay
Install library
npm i @xswap-link/sdkBasic Setup
import { openTransactionModal } from "@xswap-link/sdk";await openTransactionModal({
integratorId: "xxxxx", // XSwap Integrator ID
dstChain: "8453", // Base
dstToken: "0x8fe815417913a93ea99049fc0718ee1647a2a07c", // XSWAP Token
});Last updated