0.0.0-nightly-20230904215030 • Published 2 years ago

@thorswap-lib/keplr v0.0.0-nightly-20230904215030

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@thorswap-lib/keplr

Install

pnpm add @thorswap-lib/keplr

To use the browser extensions you need to extend core and install the corresponding package for the chain you want to use.

import { SwapKitCore } from '@thorswap-lib/swapkit-core';
import { keplrWallet } from '@thorswap-lib/keplr';

const client = new SwapKitCore();

client.extend({
  wallets: [keplrWallet],
});
chainKeplrpackage
BTC@thorswap-lib/toolbox-utxo
LTC@thorswap-lib/toolbox-utxo
BCH@thorswap-lib/toolbox-utxo
DOGE@thorswap-lib/toolbox-utxo
ETH@thorswap-lib/toolbox-evm
AVAX@thorswap-lib/toolbox-evm
BSC@thorswap-lib/toolbox-evm
COSMOS (ATOM)@thorswap-lib/toolbox-cosmos
BNB@thorswap-lib/toolbox-cosmos
THORCHAIN (RUNE)@thorswap-lib/toolbox-cosmos

Links

1.0.0

2 years ago