1.0.2 • Published 10 months ago

web3-react-binance-wallet v1.0.2

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
10 months ago

web3-react-binance-wallet Support web3-react(https://github.com/Uniswap/web3-react)

How to use it

  1. Install web3-react first.
  2. download the code or npm install web3-react-binance-wallet
  3. import it

Example

import { initializeConnector } from "@web3-react/core";
import { BinanceWallet } from "web3-react-binance-wallet";

export const [BinanceWallet, hooks] = initializeConnector<BinanceWallet>((actions) => new BinanceWallet({ actions }));
1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago