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

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

@acentproject/multiwallet-ethereum-mewconnect-connector

此包为 MEW 移动应用程序提供了一个连接器

Usage

new EthereumMEWConnectConnector({
    rpc: {
        1: `wss://mainnet.infura.io/ws/v3/${process.env.REACT_APP_INFURA_KEY}`,
    },
    chainId: 1,
    debug: true,
});

注意,必须在 HTTPS 连接上提供服务才能工作,因此本地主机测试可能会出现问题。

Parameters

parametertypedescription
debugbooleanPrint debug messages
chainIdintegerWhich chain to connect to (currently Mainnet only)
rpc{ integer: string }A map of chain ids to Websocket RPC URLs

@acentproject/multiwallet-ethereum-mewconnect-connector

This package provides a connector for the MEW mobile application

Usage

new EthereumMEWConnectConnector({
    rpc: {
        1: `wss://mainnet.infura.io/ws/v3/${process.env.REACT_APP_INFURA_KEY}`,
    },
    chainId: 1,
    debug: true,
});

Note, must be served on an HTTPS connection in order to work, so local-host testing can be problematic.

Parameters

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