trust-web3-provider
trust-web3-provider copied to clipboard
Web3 javascript wrapper provider for iOS and Android platforms.
Hi guys!! I'm building a web3 browser for Android. How can I call the "REQUESTACCOUNTS" when the DApp opening for the first-time without click on the connect button? TrustWallet, Metamask...
Is it used in reactnative? How does WebView inject this JS
The method "SigTransaction" to **approve** a contract to swap it's not implemented on the Android Demo! I need to do a swap, but after clicking, the return says that I...
I call like this a = new TrustWeb3Provider(); a.eth_Accounts(); It returs null; how can use this ? for the connection I just call the class then try to get eth_Accounts();...
hello I have a issues on android device. #220 When I use this modified code,(fix networkVersion) I still have problems connecting. After I added these codes myself in index.js, setAddress...
**Is your feature request related to a problem? Please describe.** Currently, web3 provider is not available for iframes. **Describe the solution you'd like** I'd like web3 provider to be available...
English version is at BOTTOM 中文: 安卓版本通过"wc:"协议唤起连接的,不能准确的检测WalletConnect断开连接,并且当应用在后台被杀掉时,调用签名唤起时会导致InvalidSession 用例1: 当使用TrustWallet扫码电脑浏览器网页WalletConnect二维码连接后。点击网页断开连接,TrustWallet可以正常检测断开,退出WalletConnect。 用例2: 当使用TrustWallet扫码电脑浏览器网页WalletConnect二维码连接后。在TrustWallet退出并断开Session,网页正常断开连接。 用例3: 当在手机浏览器点击连接WalletConnect,并唤起TrustWallet连接后。切换回手机浏览器,点击网页断开连接,切回TrustWallet,发现并未识别出session已断开,此时再次切回手机网页连接TrustWallet将无法弹出连接确认框。 用例4: 当在手机浏览器点击连接WalletConnect,并唤起TrustWallet连接后。在TrustWallet退出并断开Session,手机浏览器网页正常断开连接。 用例5: 当在手机浏览器点击连接WalletConnect,并唤起TrustWallet连接后。后台杀掉TrustWallet,手机网页内调用签名操作,唤起TrustWallet,显示"Invalid Session"。 用例6: 当在手机浏览器点击连接WalletConnect,并唤起TrustWallet连接后。后台杀掉TrustWallet,重新运行TrustWallet。手机网页内调用签名操作,唤起TrustWallet可以正常签名。 结论: 1. 安卓版本通过"wc:"协议唤起连接的,不能很好的检测WalletConnect断开连接。 2. 当应用在后台被杀掉时,调用签名唤起时会导致InvalidSession。 English: The Android version, which...
When attempting to authenticate via Google's OAuth on an embedded web page, the google API returns a 403 disallowed_useragent error message as documented [here](https://developers.googleblog.com/2016/08/modernizing-oauth-interactions-in-native-apps.html). A temporary solution to fix this...
https://github.com/martian-dao/aptos-web3.js