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…

Abhishek Pandey
- 349
- 3
- 12
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…

Freelancer Kh
- 31
- 2
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")
…

almondandapricot
- 301
- 3
- 9
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…

Mohammad Mazin
- 11
- 1
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.