🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

nimbus-wallet-management

Package Overview
Dependencies
Maintainers
0
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nimbus-wallet-management

Nimbus Wallet Management solution inspired by Lifi

latest
npmnpm
Version
4.0.0
Version published
Weekly downloads
29
262.5%
Maintainers
0
Weekly downloads
 
Created
Source

Nimbus Widget

Supported chains:

  • EVM
  • TON
  • SUI

Installation

Nimbus Widget

Nimbus Widget is available as an npm package. Inspired by LiFi widget

npm:

npm install nimbus-universal-swap

yarn:

yarn add nimbus-universal-swap

Getting started with Nimbus Widget

Here is an example of a basic app using Nimbus Widget:

import { NimbusSwapWidget, WidgetConfig } from 'nimbus-universal-swap';

const widgetConfig: WidgetConfig = {
  theme: {
    container: {
      border: '1px solid rgb(234, 234, 234)',
      borderRadius: '16px',
    },
  },
};

export const WidgetPage = () => {
  return (
    <NimbusSwapWidget
      integrator="Your dApp/company name"
      config={widgetConfig}
    />
  );
};

Examples

See examples folder in this repository.

Changelog

The changelog is regularly updated to reflect what's changed in each new release.

License

This project is licensed under the terms of the Apache-2.0.

Keywords

wallet

FAQs

Package last updated on 17 Feb 2025

Did you know?

Socket

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.

Install

Related posts