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

2.0.5 • Public • Published

@web3-onboard/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 @web3-onboard/taho

Usage

import Onboard from '@web3-onboard/core'
import tahoWalletModule from '@web3-onboard/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 @web3-onboard/taho

Weekly Downloads

426

Version

2.0.5

License

MIT

Unpacked Size

21.6 kB

Total Files

8

Last publish

Collaborators

  • aaronbarnard1
  • cmeisl