1. Wallets
  2. Taho (previously Tally Ho)

Wallets

Taho (previously Tally Ho)

Wallet module for connecting Taho (wallet previously named Tally Ho) to Web3 Onboard.

See Taho Developer Docs

Install

Usage

        import Onboard from '@web3-onboard/core'
import tahoWalletModule from '@web3-onboard/taho'

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

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

      

Build Environments

For build env configurations and setups please see the Build Env section here