Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 342 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 342 Bytes

web3-react-trust-wallet

Trust Wallet connector for web3-react

Usage

import { TrustWallet } from "@trustwallet/web3-react-trust-wallet";

  const [trustWallet, hooks] = initializeConnector<TrustWallet>(
    (actions) => new TrustWallet({ actions })
  );
    
  trustWallet.activate();