This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@web3-wallets-kit/wallet-link-connector
TypeScript icon, indicating that this package has built-in type declarations

0.2.7 • Public • Published

@web3-wallets-kit/wallet-link-connector

Installation

npm install @web3-wallets-kit/wallet-link-connector

Example

import { WalletLinkConnector } from '@web3-wallets-kit/wallet-link-connector';

const ETH_JSONRPC_URL = `https://${NETWORK_NAME}.infura.io/v3/${INFURA_API_KEY}`;

const connector = new WalletLinkConnector({
    appName: 'MyApp',
    chainId: ETH_NETWORK_CONFIG.id,
    jsonRpcUrl: ETH_JSONRPC_URL,
});

/@web3-wallets-kit/wallet-link-connector/

    Package Sidebar

    Install

    npm i @web3-wallets-kit/wallet-link-connector

    Weekly Downloads

    0

    Version

    0.2.7

    License

    MIT

    Unpacked Size

    20.2 kB

    Total Files

    13

    Last publish

    Collaborators

    • in_farkt