@acentswap/multiwallet-ethereum-walletconnect-connector 中文文档教程

发布于 3年前 浏览 11 项目主页 更新于 3年前

@acentswap/multiwallet-ethereum-walletconnect-connector

这个包为 WalletConnect 移动钱包提供了一个连接器。

Usage

new EthereumWalletConnectConnector({
    rpc: {
        // Note, many WalletConnect wallets don't support non-mainnet networks
        // Metamask Mobile has been tested and confirmed to work however
        42: `https://kovan.infura.io/v3/${process.env.REACT_APP_INFURA_KEY}`,
    },
    qrcode: true,
    debug: true,
});

Parameters

parametertypedescription
debugbooleanPrint debug messages
rpc{ integer: string }A map of chain ids to Websocket RPC URLs
qrcodebooleanWhether to show a qrcode modal

@acentswap/multiwallet-ethereum-walletconnect-connector

This package provides a connector for WalletConnect mobile wallets.

Usage

new EthereumWalletConnectConnector({
    rpc: {
        // Note, many WalletConnect wallets don't support non-mainnet networks
        // Metamask Mobile has been tested and confirmed to work however
        42: `https://kovan.infura.io/v3/${process.env.REACT_APP_INFURA_KEY}`,
    },
    qrcode: true,
    debug: true,
});

Parameters

parametertypedescription
debugbooleanPrint debug messages
rpc{ integer: string }A map of chain ids to Websocket RPC URLs
qrcodebooleanWhether to show a qrcode modal
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文