1.0.0-development.1 • Published 8 months ago

@bithighlander/keepkey v1.0.0-development.1

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

@thorswap-lib/keepkey

Install:

pnpm add @thorswap-lib/keepkey

To use KeepKey-sdk you need to have keepkey desktop installed get started

import { SwapKitCore } from '@thorswap-lib/swapkit-core';
import { keepkeyWallet } from '@thorswap-lib/trezor';

const client = new SwapKitCore();

client.extend({
  wallets: [keepkeyWallet],
});

Supported chains:

chainstatuspackage
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 cosmos-client@0.39.2

Links:

Playground & Docs