@subwallet-connect/taho
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

@subwallet-connect/taho (Taho previously named Tally Ho wallet)

Wallet module for connecting Taho (Previously named Tally Ho wallet) Wallet to web3-onboard

See Taho Developer Docs

Install

npm i @subwallet-connect/taho

Usage

import Onboard from '@subwallet-connect/core'
import tahoWalletModule from '@subwallet-connect/taho'

// initialize the module with options
const tahoWalletSdk = tahoWalletModule()

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

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

Package Sidebar

Install

npm i @subwallet-connect/taho

Weekly Downloads

50

Version

1.0.4

License

MIT

Unpacked Size

21.7 kB

Total Files

8

Last publish

Collaborators

  • anhmtv