0.0.2 • Published 2 months ago

@donatello_benddao/web3-react-rabby v0.0.2

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

web3-react-rabby

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/web3-react-rabby
  3. import it

Example

import { initializeConnector } from "@web3-react/core";
import { RabbyWallet } from " @donatello_benddao/web3-react-rabby";

export const [rabbyWallet, hooks] =
  initializeConnector <
  RabbyWallet >
  ((actions) => new RabbyWallet({ actions }));
0.0.2

2 months ago

0.0.1

2 months ago