1. Wallets
  2. Zeal

Wallets

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 X @withzeal

Install

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)

      

Build Environments

For build env configurations and setups please see the Build Env section here