You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thiendekaco edited this page Apr 4, 2024
·
2 revisions
@subwallet-connect/fortmatic
Wallet module for connecting Fortmatic to SubConnect
Install
npm i @subwallet-connect/fortmatic
Options
typeFortmaticOptions={apiKey: string}
Usage
importOnboardfrom'@subwallet-connect/core'importfortmaticModulefrom'@subwallet-connect/fortmatic'constfortmatic=fortmaticModule({apiKey: 'API_KEY'})constonboard=Onboard({// ... other Onboard optionswallets: [fortmatic//... other wallets]})constconnectedWallets=awaitonboard.connectWallet()console.log(connectedWallets)