Wallets
Taho (previously Tally Ho)
Wallet module for connecting Taho (wallet previously named Tally Ho) to Web3 Onboard.
Install
- Yarn
- Npm
Usage
Build Environments
For build env configurations and setups please see the Build Env section here
Wallets
Wallet module for connecting Taho (wallet previously named Tally Ho) to Web3 Onboard.
yarn add @web3-onboard/core @web3-onboard/taho
npm install @web3-onboard/core @web3-onboard/taho
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)
For build env configurations and setups please see the Build Env section here