LI.FI Documentation
LI.FI's Website
API Reference
Searchβ¦
π
Overview
π
Why, What & FAQ
β
Supported Chains, Bridges, and Exchanges
Integrate LI.FI's JS SDK
1β£
Install LI.FI SDK
2β£
Set up the SDK
3β£
Request a Route
4β£
Execute a Route (Transfer)
π
Advanced Features
β
LI.FI SDK Interface
π΅
Testing your Integration
More Integration Options
β
LI.FI API
πΌ
LI.FI Widget
π₯
LI.FI Embeddable
π
LI.FI Link Parameterization
π
LI.FI Subgraphs
Special Integrations
DEX & DEX aggregators
Mobile/Gaming Wallets
Integrator Fees
Smart Contracts
Overview
Contracts
Deployments
Audits
Support & Misc.
API Status
Discord Support
Telegram Support
Twitter
Github
Powered By
GitBook
1β£
Install LI.FI SDK
Integrate our SDK to your dApp/Wallet/swap UI
This package allows access to LI.FI API, which finds the best cross-chain routes on different bridges and exchanges. The routes can then be executed via the SDK.
Installation
We recommend installing the SDK via
npm
or
yarn
.
npm
install
--save @lifi/sdk
or
yarn
add
@lifi/sdk
Next Steps
Check out how to
set up the SDK
.
Previous
Supported Chains, Bridges, and Exchanges
Next - Integrate LI.FI's JS SDK
Set up the SDK
Last modified
7d ago
Copy link
Outline
Installation
Next Steps