@subwallet-connect/taho
v1.0.8
Published
Taho 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 modern ja
Downloads
18
Maintainers
Readme
@subwallet-connect/taho (Taho previously named Tally Ho wallet)
Wallet module for connecting Taho (Previously named Tally Ho wallet) Wallet to web3-onboard
Install
npm i @subwallet-connect/taho
Usage
import Onboard from '@subwallet-connect/core'
import tahoWalletModule from '@subwallet-connect/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)