Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
轻松安装,实现多链功能
yarn add @lifi/widget wagmi @bigmi/react @solana/wallet-adapter-react @mysten/dapp-kit @tanstack/react-query
import { LiFiWidget, WidgetConfig } from '@lifi/widget'; const widgetConfig: WidgetConfig = { theme: { container: { border: '1px solid rgb(234, 234, 234)', borderRadius: '16px', }, }, }; export const WidgetPage = () => { return ( <LiFiWidget integrator="Your dApp/company name" config={widgetConfig} /> ); };