Accept USDC payments on any chain with ease.
npm install nexuspay-reactEnterprise-grade infrastructure for modern payments
Transfers in minutes
Leveraging Circle CCTP
Track everything
React + TypeScript
Get started in seconds
npm install nexuspay-reactimport { NexusPayment }npm run dev<NexusPayment
merchantAddress=0x...
amount=1000000n
operatorPrivateKey=0x...
mode="fixed"
orderId={getOrderId()}
amountLabel="PAYMENT AMOUNT"
buttonText="Pay Now"
className="my-custom-class"
onSuccess={(tx, amount) => console.log('Paid!', tx)}
onClose={() => console.log('Closed')}
onError={(err) => console.error(err)}
/>