1. Wallets
  2. Fortmatic

Wallets

Fortmatic

Wallet module for connecting Fortmatic wallets to web3-onboard

Install

Options

        type FortmaticOptions = {
  apiKey: string
}

      

Usage

        import Onboard from '@web3-onboard/core'
import fortmaticModule from '@web3-onboard/fortmatic'

const fortmatic = fortmaticModule({ apiKey: 'API_KEY' })

const onboard = Onboard({
  // ... other Onboard options
  wallets: [
    fortmatic
    //... other wallets
  ]
})

const connectedWallets = await onboard.connectWallet()
console.log(connectedWallets)

      

Build Environments

For build env configurations and setups please see the Build Env section here