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

2.0.7 • Public • Published

@web3-onboard/tallyho (now named Taho wallet)

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

Use @web3-onboard/taho

See Taho 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 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 @web3-onboard/tallyho

Weekly Downloads

72

Version

2.0.7

License

MIT

Unpacked Size

21.7 kB

Total Files

8

Last publish

Collaborators

  • aaronbarnard1
  • cmeisl