Core package for Leap Elements SDK. This has methods and APIs that are used in @leapwallet/elements-hooks
and @leapwallet/elements
packages.
npm install @leapwallet/elements-core
import { getChains } from '@leapwallet/elements-core'
const main = async () => {
const chains = await getChains()
console.log(chains)
}
We have implemented wrappers for the following APIs:
- Squid API
- Kado API
- CoinGecko API