1.0.0 • Published 1 year ago
@subwallet_connect/zeal v1.0.0
@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)
1.0.0
1 year ago