Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 550 Bytes

walletlink.md

File metadata and controls

24 lines (18 loc) · 550 Bytes

web3-react Documentation - WalletLink

Install

yarn add @web3-react/walletlink-connector

Arguments

url: string
appName: string
appLogoUrl?: string

Example

import { WalletLinkConnector } from '@web3-react/walletlink-connector'

const walletlink = new WalletLinkConnector({ url: '...', appName: '...' })

Note: Once the connector has been activated, the WalletLink SDK instance can be accessed under the .walletLink property.