UNPKG

essefuga

Version:

A simple, maximally extensible, dependency minimized framework for building modern Ethereum dApps

25 lines (18 loc) 550 B
# `web3-react` Documentation - WalletLink - [Install](#install) - [Arguments](#arguments) - [Example](#example) ## Install `yarn add @web3-react/walletlink-connector` ## Arguments ```typescript url: string appName: string appLogoUrl?: string ``` ## Example ```javascript 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.