- Overview: The bridge widget enables users to swap any token on EVM networks for any token on the Aptos blockchain. This feature leverages top-tier liquidity aggregators, ensuring efficiency and cost-effectiveness for cross-chain token transfers.
- Supported Platforms: Aptos, EVM-compatible chains (e.g., Ethereum, BSC, etc.).
💡
Note: API Key Support Coming Soon!
In the future, the bridge widget may introduce support for API keys to provide users with more control over their transaction limits, rate limiting, and advanced configuration options. Stay tuned for updates on this feature!
NPM:
npm install bridge-widget
PNPM:
pnpm install bridge-widget
Yarn:
yarn add bridge-widget
To integrate the bridge widget into your project, follow these steps:
-
Import the Widget: Use the following code to import the
Bridge
component from the widget.import Bridge from "jbridge"; export default function Component() { return <Bridge />; }
-
Embed in Your Application: You can directly use the
<Bridge />
component within your React project to enable cross-chain token transfers..
- Support Channels: