1. Wallets
  2. Portis

Wallets

Portis

Wallet module for connecting Portis wallet to web3-onboard

Install

Options

 type PortisOptions {  apiKey: string // required }  

Usage

 import Onboard from '@web3-onboard/core' import portisModule from '@web3-onboard/portis'  const portis = portisModule({ apiKey: 'API_KEY' })  const onboard = Onboard({  // ... other Onboard options  wallets: [  portis  //... 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