Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@bn-onboard/portis

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bn-onboard/portis

Portis module for Onboard.js

latest
npmnpm
Version
2.0.0-alpha.6
Version published
Weekly downloads
7
75%
Maintainers
3
Weekly downloads
 
Created
Source

@bn-onboard/portis

Wallet module for connecting Portis wallet to Onboard V2

Install

npm i @bn-onboard/portis

Options

type PortisOptions {
  apiKey: string // required
}

Usage

import Onboard from '@bn-onboard/core'
import portisModule from '@bn-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)

FAQs

Package last updated on 10 Feb 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts