Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
@lifi/wallet-management
Advanced tools
This repository contains LI.FI Widget and supporting libraries.
LI.FI Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.
LI.FI Wallet Management is our library of hooks that can help you gain complete control over your app's wallet management.
LI.FI Widget is available as an npm package.
npm:
npm install @lifi/widget
yarn:
yarn add @lifi/widget
LI.FI Wallet Management is available as an npm package.
npm:
npm install @lifi/wallet-management
yarn:
yarn add @lifi/wallet-management
Here is an example of a basic app using LI.FI Widget:
import { LiFiWidget, WidgetConfig } from '@lifi/widget';
import { useMemo } from 'react';
export const WidgetPage = () => {
const widgetConfig: WidgetConfig = useMemo(() => {
return {
containerStyle: {
border: '1px solid rgb(234, 234, 234)',
borderRadius: '16px',
},
};
}, []);
return <LiFiWidget config={widgetConfig} />;
};
Visit our playground to see how you can customize your LI.FI Widget experience.
The changelog is regularly updated to reflect what's changed in each new release.
This project is licensed under the terms of the Apache-2.0.
FAQs
LI.FI Wallet Management solution.
We found that @lifi/wallet-management demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.