Package Exports
- @subwallet-connect/zeal
- @subwallet-connect/zeal/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@subwallet-connect/zeal) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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 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)