Does etherjs V5 work in TrustWallet?
See original GitHub issueHi everyone, I have a little dapp thats using etherjs but I cant seem to get it working in TrustWallet?
I have no empirical evidence that the reason is etherjs
V5 at all but I wondered if anyone has successfully used it with TrustWallet?
The reason I ask is that after looking at TW github here - https://github.com/trustwallet/trust-web3-provider - It states that it comes bundled with web3 0.20.x.
which is not only an ancient and deprecated lib, but may also not be compatable with ethers V5?
Anyway, thanks for any help or answers.
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Documentation - Ethers.js
The default provider connects to multiple backends and verifies their results internally, making it simple to have a high level of trust in...
Read more >Building a DApp with Ethers.js - LogRocket Blog
In this tutorial, we will be learning some concepts of the blockchain, as well as learning how to build our first DApp with...
Read more >Ethereum Wallet (ETH) | Ether Wallet | ERC20 Wallet
Trust Wallet provides a user with a unified wallet address that can be used to manage Ethereum and all ERC20 tokens. That means...
Read more >MetaMask vs Trust Wallet - Which Wallet Is Better in 2022?
As the wallet is made for work with the Ethereum blockchain, it's understood that it supports only Ether and ERC20 tokens. This wallet...
Read more >Trust: Crypto & Bitcoin Wallet - Apps on Google Play
Trust Wallet is the official crypto wallet of Binance. You can send, receive and store Bitcoin and many other cryptocurrencies and digital assets...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I don’t know of any reason it won’t be compatible, but I haven’t tested it myself.
It works in node 8 and above, ES3 (ish) and above (for browsers) and with the included
shims
file enables it in React Native. If you are having an issue, you might want to try including the shims package, in case TrustWallet is build using a limited version of JavaScriptCore?Do you get any errors?
Hello, i’m also not able to connect within the trust wallet browser for dapps. Any news on this issue?