forked from blocknative/web3-onboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Enkrypt
Thiendekaco edited this page Apr 4, 2024
·
2 revisions
NPM
npm i @subwallet-connect/core @subwallet-connect/enkrypt
Yarn
yarn add @subwallet-connect/core @subwallet-connect/enkrypt
import Onboard from '@subwallet-connect/core'
import enrkypt from '@subwallet-connect/enkrypt'
const enrkyptModule = enrkypt()
const onboard = Onboard({
// ... other Onboard options
wallets: [
enrkyptModule
//... other wallets
]
})
const connectedWallets = await onboard.connectWallet()
console.log(connectedWallets)