24 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
77
views
How to find wallet private key in TrustWallet?
I have created one wallet via TrustWallet chrome extension and copied the recovery phrase somewhere safe.
I want to export the private key now and can't find a way to do so.
Is there some ...
1
vote
1
answer
441
views
Conflict Between MetaMask and TrustWallet Connections Using Web3 in Next.js
Hello Stack Overflow community,
I have developed two separate applications using Next.js and Web3, one for MetaMask and another for TrustWallet. However, I'm encountering a problem where attempting to ...
1
vote
0
answers
1k
views
WalletConnect session disconnected. Go back to your browser and connect via WalletConnect again
When I connect my Dapp to Trust Wallet mobile on IOS, using Wallet connect connector on Wagmi SDK. It connects to all the chains I set successfully and can read wallet addresses, but when I call the ...
1
vote
1
answer
5k
views
Error: The CXX compiler identification is unknown | clang & clang++ path not found
I'm trying to setup and build https://github.com/trustwallet/wallet-core using Android Studio on Ubuntu. I followed the step-by-step prerequisites guide for building the project. When I executed the ./...
2
votes
1
answer
388
views
TrustWallet not injecting Ethereum provider with deeplinking into mobile IOS TrustWallet app
const connectTrustWallet = () => {
// alert(`is window.trustwallet.ethereum ${window.trustwallet?.ethereum}`);
// alert(`is window.ethereum ${window.ethereum}`);
if (isOnMobile() &&...
2
votes
1
answer
2k
views
How to connect Trust Wallet with Wagmi's InjectedConnector?
How do I connect Wagmi with Trust Wallet, so that users can connect their Trust Wallet accounts with my dApp? The Trust Wallet connector is not included in the official Wagmi connectors base, so I ...
2
votes
1
answer
7k
views
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 ...
0
votes
1
answer
1k
views
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. ...
1
vote
0
answers
2k
views
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 ...
2
votes
1
answer
4k
views
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 ...
2
votes
1
answer
1k
views
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 ...
0
votes
1
answer
4k
views
Transaction Too Large
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-...
0
votes
0
answers
3k
views
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 ...
1
vote
1
answer
243
views
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"
...
1
vote
1
answer
717
views
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, ...