New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@leapwallet/elements

Package Overview
Dependencies
Maintainers
0
Versions
241
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@leapwallet/elements

## How to use

  • 1.7.12
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.4K
decreased by-22.97%
Maintainers
0
Weekly downloads
 
Created
Source

Leap Elements SDK

How to use

Install

npm install @leapwallet/elements

Usage

import { Swaps, ElementsProvider } from '@leapwallet/elements'
import '@leapwallet/elements/styles.css'

import { useElementsWalletConfig } from './wallet-client-config'

const YourDapp = () => {
  return (
    <div className="leap-ui">
      <ElementsProvider
        primaryChainId="cosmoshub-4"
        connectWallet={connectWallet}
        connectedWalletType={walletType}
      >
        <LiquidityView />
      </ElementsProvider>
    </div>
  )
}

Documentation

Developer Docs

TypeDocs

Development

Install

yarn install

Run Development Builds

Run the following two commands in the project root:

yarn dev

Go to http://localhost:5173/ to see the development page.

Keywords

FAQs

Package last updated on 20 Jan 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc