essefuga
Version:
A simple, maximally extensible, dependency minimized framework for building modern Ethereum dApps
25 lines (18 loc) • 550 B
Markdown
- [Install](
- [Arguments](
- [Example](
`yarn add @web3-react/walletlink-connector`
```typescript
url: string
appName: string
appLogoUrl?: string
```
```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.