forked from blocknative/web3-onboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Taho
Thiendekaco edited this page Apr 4, 2024
·
2 revisions
npm i @subwallet-connect/taho
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)