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

1.6.9 • 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

765

Version

1.6.9

License

MIT

Unpacked Size

526 kB

Total Files

149

Last publish

Collaborators

  • leapwallet