THORSwap SwapKit
Ask or search…
K
Links
Comment on page

Keplr

Installation

pnpm
yarn
npm
pnpm add @swapkit/wallet-keplr
yarn add @swapkit/wallet-keplr
npm add @swapkit/wallet-keplr

Integrations

Chain
Supported
Toolbox
BTC
UTXO
LTC
UTXO
BCH
UTXO
DOGE
UTXO
ETH
EVM
AVAX
EVM
BSC
EVM
BNB
COSMOS
COSMOS (ATOM)
COSMOS
THORCHAIN
COSMOS

✅ - Ready 🤔 - Planned ⏳ - In Progress ❌ - Not Integrated / Can't be integrated

Example:

import { SwapKitCore, Chain } from '@swapkit/core';
import { keplrWallet } from '@swapkit/wallet-keplr';
const client = new SwapKitCore();
client.extend({ wallets: [keplrWallet] });
await client.connectKeplr()

Usage

Wallets are used via swapkit-core . Check out it's API Reference
Last modified 2mo ago