@subwallet-connect/tallyho
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

@subwallet-connect/tallyho (now named Taho wallet)

(Deprecated) Wallet module for connecting Tally Ho Wallet to web3-onboard

Use @subwallet-connect/taho

See Taho Developer Docs

Install

npm i @subwallet-connect/tallyho

Usage

import Onboard from '@subwallet-connect/core'
import tallyHoWalletModule from '@subwallet-connect/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)

Package Sidebar

Install

npm i @subwallet-connect/tallyho

Weekly Downloads

52

Version

1.0.4

License

MIT

Unpacked Size

21.8 kB

Total Files

8

Last publish

Collaborators

  • anhmtv