@subwallet-connect/zeal
v1.0.8
Published
Zeal SDK wallet module for connecting to Web3-Onboard.
Downloads
13
Maintainers
Readme
@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 [email protected] 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)