Questions tagged [trustwallet]

26 questions
3
votes
0 answers

Show dapp favicon in trustwallet

I have a very small and silly problem. I have developed a dapp. But trustwallet does not show the favicon of the dapp, in its history or in the url as it shows for other dapps like Pancakeswap. While Metamask shows the favicon. This is the html to…
3
votes
2 answers

Flutter - Connect trust wallet using wallet connect

I am trying to create a mobile app that can connect to mobile wallets (ex: Metamask, TrustWalet,...) via WalletConnect, but i can't find anything. Is there any way to implement walletconnect on flutter app yet?
Viet Hoang
  • 31
  • 1
  • 2
2
votes
1 answer

WalletConnect Suddenly Unable to Connect Trust Wallet via PC or Mobile

Hello Stack Overflow Community, I have implemented WalletConnect in my project and it has been working perfectly until now. However, suddenly today, I'm unable to connect my Trust Wallet using WalletConnect, either through a PC or mobile. While…
2
votes
1 answer

Cannot perform sign message when connected with Trust Wallet on Android

I have a weird bug, which happens only on Android in Trust Wallet. My dApp requires the user to sign the message, but after reports, I found out this happens only for Android. I tried multiple devices and multiple wallets. For example, metamask…
Patrik Krehák
  • 2,595
  • 8
  • 32
  • 62
2
votes
1 answer

QR code format standard for blockchain transactions

I'm trying to create a QR code generator that would generate transaction data for some of the common blockchains and wallets. There is some confusion about the format for different blockchains, but at least for main blockchains - it seems to be…
WrRaThY
  • 1,533
  • 2
  • 10
  • 14
2
votes
1 answer

Seperate Metamask and TrustWallet connect Flutter with WalletConnect_dart?

I am using walletconnect_dart pkg in flutter to connect to metamask and trustwallet application. But when clicking on the button, i have to choose between trustwallet and metamask. I want when i click MM btn it redirect to mm and the same with…
Long
  • 49
  • 3
1
vote
1 answer

TrustWalletCore/WalletCore pod in Kotlin Multiplatform - almost no classes

In our Kotlin Mobile Multiplatform project for iOS and Android, we're trying to access TrustWalletCore cocoapod from Kotlin. // build.gradle.kts (:shared) cocoapods { version = "1.0" podfile = project.file("../iosApp/Podfile") …
1
vote
1 answer

I've been trying to implement a DApp browser, but can't understand how the Mobile application is able to communicate with the browser

I'm currently learning different building blocks of blockchain and the different services, applications that currently exist. In a lot of wallet applications, I've seen them implement a DApp Browser, which lets their mobile app directly communicate…
1
vote
1 answer

Transaction alert always showing failed in Trust Wallet while it is success

am the new one in this i just made a js file to intract with Busd Contract when am sending the busd to the specified account it is always shows "Transaction Failed" alert in Trust Wallet but it is working perfectly in Metamask.
0
votes
0 answers

Generate TON public/private keys using Trust Wallet

Issue I've used Trust Wallet(TW) to receive TON custom token. At the moment TW doesn't support such tokens. **Steps: ** By default TW uses 12 words seed phrase and TON wallet uses 24 words seed phrase. The entropy differs and can't be used to…
maslovsa
  • 1,589
  • 1
  • 14
  • 15
0
votes
0 answers

Trust Wallet SDK V2 - Signed Transaction Error

I've been trying to send ethereum transaction which has been signed using Trust Wallet wallet-core v2 library. Everytime I'm receiving the error "Transaction has been reverted by the EVM". Below is the code, I'm using: val signerInput =…
Umar Saleem
  • 109
  • 10
0
votes
1 answer

Walletconnect to send USDT ERC20

In my app I am showing wallet connect QR modal to allow mobile based wallets, connect with my DApp. I was able to scan and connect the app with various mobile wallets like omni, rainbow, trust wallet. I am trying to transfer USDT(USDT-ERC20) to the…
0
votes
0 answers

How to automatically add a custom token to trustwalletwith ethers.js

I was playing around with creating BEP-20 tokens on cointool.app and noticed that whenever you generate a new token and pay the gas fee to mint it, the website automatically prompts you to add this custom token to your wallet. The dialogue window…
PVR
  • 1
  • 1
0
votes
0 answers

Trust wallet not connect with walletconnect for version 2

I have an application which connect the metamask wallet app with the wallet connect SDk v1. From the it's verifying the connection and allows user to login in app. Now i want to update the wallet connect SDK with version 2. This version 2 is not…
bhaumik
  • 21
  • 6
0
votes
0 answers

Tron sign transaction over trustwallet/wallet-core

Please tell me what I'm doing wrong. I am trying to create and sign a Tron transaction using trustwallet/wallet-core, but I get a TAPOS_ERROR error when broadcasting the transaction via https://api.shasta.trongrid.io/wallet/broadcasttransaction { …
1
2