@web3-onboard/tallyho
v2.1.1
Published
(DEPRECATED. Use @web3-onboard/taho instead) Tally Ho (now named Taho Wallet) SDK wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec complia
Downloads
250
Readme
@web3-onboard/tallyho (now named Taho wallet)
(Deprecated) Wallet module for connecting Tally Ho Wallet to web3-onboard
Install
npm i @web3-onboard/tallyho
Usage
import Onboard from '@web3-onboard/core'
import tallyHoWalletModule from '@web3-onboard/tallyho'
// initialize the module with options
const tallyHoWalletSdk = tallyHoWalletModule()
const onboard = Onboard({
// ... other Onboard options
wallets: [
tallyHoWalletModule()
//... other wallets
]
})
const connectedWallets = await onboard.connectWallet()
console.log(connectedWallets)