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

2.0.4 • Public • Published

@web3-onboard/zeal

Wallet module for connecting Zeal to web3-onboard

See Zeal for details.

For any questions or issues related to integration with Zeal wallet do not hesitate to contact our builders via hi@zeal.app OR ping us on twitter @withzeal

Install

npm i @web3-onboard/core @web3-onboard/zeal

Usage

import Onboard from '@web3-onboard/core'
import zealWalletModule from '@web3-onboard/zeal'

// initialize the module with options
const zealWalletSdk = zealWalletModule()

const onboard = Onboard({
  // ... other Onboard options
  wallets: [
    zealWalletModule()
    //... other wallets
  ]
})

const connectedWallets = await onboard.connectWallet()
console.log(connectedWallets)

Package Sidebar

Install

npm i @web3-onboard/zeal

Weekly Downloads

120

Version

2.0.4

License

MIT

Unpacked Size

4.08 kB

Total Files

6

Last publish

Collaborators

  • aaronbarnard1
  • cmeisl