[Ethereum] How to connect Trust Wallet in Javascript

blockchainetherjavascriptweb3js

I want to use TrustWallet for payments in my project for mobile users. I saw the documents related to TrustWallet web3 API but not getting how to use it in javascript. Can anybody help me with the javascript code connecting TrustWallet for mobile?

Best Answer

This is done through a web application on TrustWallet browser.

On launch you connect to the web3 service provided by the browser, which uses the same interface than other wallets like MetaMask, Coinbase, etc.

Related Topic