li-fi-sdk
Installation
SKILL.md
LI.FI SDK Integration
The LI.FI SDK (@lifi/sdk) is a TypeScript/JavaScript toolkit for cross-chain and on-chain swaps and bridging. It provides complete functionality from obtaining routes/quotes to executing transactions across 30+ blockchain networks.
Installation
# Using yarn
yarn add @lifi/sdk
# Using npm
npm install @lifi/sdk
# Using pnpm
pnpm add @lifi/sdk
# Using bun
bun add @lifi/sdk