@0xzoz/tallyho
v2.0.14
Published
Tally Ho 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 compliant web3 providers for all supported wallets, framework agnostic moder
Downloads
15
Maintainers
Readme
@web3-onboard/tallyho
Wallet module for connecting Tally Ho Wallet to web3-onboard
See Tally Ho Wallet Developer Docs
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 talltHoWalletSdk = tallyHoWalletModule()
const onboard = Onboard({
// ... other Onboard options
wallets: [
tallyHoWalletModule()
//... other wallets
]
})
const connectedWallets = await onboard.connectWallet()
console.log(connectedWallets)