Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1.41 KB

File metadata and controls

26 lines (14 loc) · 1.41 KB

How to debug your DApp on Trust Wallet

Make sure you have the latest app version, check if there is any new update on Google Play or App Store

1. Install a mobile web console

We use vConsole on our test dapp: https://js-eth-sign.surge.sh/, click the bottom green vConsole button to see logs.

2. [Android] Chrome Remote debugging

Download Trust Wallet apk from trustwallet.com and drag it to your emulator. (app installed from Google Play won't work)

Open the dapp in Trust Wallet (1inch.io as example)

Visit chrome://inspect/#devices or edge://inspect/#devices to inspect the web console

Edge inspect Edge inspect

3. [iOS] Safari WebView debugging

iOS doesn't support debugging app built for distribution, you can try to build this iOS demo in trust-web3-provider and check if it can connect to your DApp or not, please follow this guide to inspect.