@bn-onboard/keepkey
TypeScript icon, indicating that this package has built-in type declarations

2.0.0-alpha.10 • Public • Published

@bn-onboard/keepkey

Wallet module for connecting KeepKey hardware wallets to Onboard V2

Install

npm i @bn-onboard/keepkey

Usage

import Onboard from '@bn-onboard/core'
import keepkeyModule from '@bn-onboard/keepkey'

const keepkey = keepkeyModule()

const onboard = Onboard({
  // ... other Onboard options
  wallets: [
    keepkey
    //... other wallets
  ]
})

const connectedWallets = await onboard.connectWallet()
console.log(connectedWallets)

/@bn-onboard/keepkey/

    Package Sidebar

    Install

    npm i @bn-onboard/keepkey

    Weekly Downloads

    3

    Version

    2.0.0-alpha.10

    License

    MIT

    Unpacked Size

    25 kB

    Total Files

    6

    Last publish

    Collaborators

    • tdawson
    • zeroecco
    • cmeisl