@leapwallet/elements-core
TypeScript icon, indicating that this package has built-in type declarations

1.3.2 • Public • Published

Leap Elements Core

Core package for Leap Elements SDK. This has methods and APIs that are used in @leapwallet/elements-hooks and @leapwallet/elements packages.

How to use

Install

npm install @leapwallet/elements-core

Import

import { getChains } from '@leapwallet/elements-core'

const main = async () => {
  const chains = await getChains()
  console.log(chains)
}

APIs

We have implemented wrappers for the following APIs:

  • Squid API
  • Kado API
  • CoinGecko API

Readme

Keywords

Package Sidebar

Install

npm i @leapwallet/elements-core

Weekly Downloads

1,067

Version

1.3.2

License

MIT

Unpacked Size

485 kB

Total Files

143

Last publish

Collaborators

  • leapwallet