web3-react-trust-wallet

April 22, 2024 ยท View on GitHub

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();