Questions tagged [trustwallet]

26 questions
0
votes
0 answers

Why I get "Cannot read properties of undefined (reading 'default') while connecting with WalletConnectProvider"? in Flutter

I am getting the folling error when I want to connect to trustWallet or Metamask through walletconnect with flutter_web3 package. Error: Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'default') at…
Davoud
  • 2,576
  • 1
  • 32
  • 53
0
votes
0 answers

How to connect to Trustwallet with web3dart package in Flutter and do transaction?

I want to connect to trustwallet or metamask with web3dart package and do the transaction for example send USDT. I am using this library because it supports all platforms, but it lacks documentation and good example. The problem is there is no…
Davoud
  • 2,576
  • 1
  • 32
  • 53
0
votes
0 answers

TrustWallet doesn't show confirmation popup after few minutes of closing app "Flutter"

I am using walletconnect_dart package to connect with metamask/trustwallet and send transaction for metamask it's working but for TrustWallet when user close app and come back after few minutes session is still connected but it doesn't show…
0
votes
1 answer

Transaction Too Large

Please help. I unstaked my Solana on TrustWallet from 5 or so delegators at once. Since then, when I go to claim my rewards, I receive the following error: encoded solana_sdk::transaction::versioned::Versioned-Transaction too large: 1876 bytes (max:…
0
votes
0 answers

Trust Wallet WEB API for transferring funds within trust wallet

I want to integrate "trustwallet.com" with my web. Use case is transferring fund trustwallet to trustwallet using private website. Would it be possible to show trustwallet amount on website using any API or something else. During my R&D I came…
priti narang
  • 258
  • 4
  • 18
0
votes
0 answers

Sign Solana Transaction with the help of Wallet.Core's AnySigner Class in JAVA

I am trying to signTransaction by AnySign method of "TrustWallet's Core SDK". it produces a result that is totally wrong because that transaction refuses by getFeeForMessage method. val transferMessage = Solana.Transfer.newBuilder().apply { …
Brijesh Lukhi
  • 15
  • 1
  • 1
  • 9
0
votes
2 answers

Unable to connect trustwallet when using wallet connect with web3modal

I am using web3modal for wallet connection. I have tried implementing wallet connect as a provider option, it is working with metamask android app and wirex wallet, but somehow trust wallet is not working. When I scan QR code using trust wallet…
Mateen Kiani
  • 2,869
  • 2
  • 19
  • 29
0
votes
1 answer

Transaction reference block, default is "head", configure to "solid" can avoid TaPos error

I'm tring to use trust wallet core in c++ and sign a tron transaction but I got TaPos error. I need change Transaction reference block from "head" to "solid". how can do it? Transaction reference block, default is "head", configure to "solid" can…
0
votes
1 answer

Sending transaction to Smart Contract (myContract.methods.myMethod.send() ) returns error: Unknown Account on mobile Wallets

The Dapp sends Bep20 token from a remote wallet(My wallet) to users after they perform a certain activity such as accepting BNB to be sent to ICO, it works well on a desktop in which metamask is installed. The code that executes this is: var…
GeniusGeek
  • 315
  • 6
  • 14
0
votes
0 answers

how can i implement injected wallet in dapps like metamask and trustwallet in React Native?

I want to implement the injected wallet feature just like done in Metamask and Trust wallet. when i open Dapps in my app it should provide a popup automatically asking to "Want to connect your wallet to example app"connect to my wallet. or when i…
0
votes
0 answers

Trust wallet dapp connect and sign transfer message

I connect trust wallet like this: //**Connect wallet:** import WalletConnect from "@walletconnect/client"; import QRCodeModal from "@walletconnect/qrcode-modal"; const connector = new WalletConnect({ bridge:…
user2950593
  • 9,233
  • 15
  • 67
  • 131
1
2