Welcome to ZiPay! This guide will help you integrate cross-chain cryptocurrency payments into your application in minutes.
ZiPay is a next-generation payment gateway that enables merchants to accept cryptocurrency payments across any blockchain and get settled in their preferred token and chain.
Install the ZiPay SDK using your preferred package manager:
npm install @zipay/zipay-sdkyarn add @zipay/zipay-sdkpnpm install @zipay/zipay-sdkGet up and running with ZiPay in under 5 minutes.
import { Payment } from '@zipay/zipay-sdk';<Payment
price={{ amount: checkoutData.total, currency: "USDC" }}
config={{ destChainId: CHAINS.monad.chainId, destTokenAddress: CHAINS.monad.usdc }}
/>