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

1.0.7 • Public • Published

@subwallet-connect/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 @subwallet-connect/core @subwallet-connect/zeal

Usage

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

Weekly Downloads

58

Version

1.0.7

License

MIT

Unpacked Size

4.13 kB

Total Files

6

Last publish

Collaborators

  • anhmtv