Jyorge Makline
Jyorge Makline
in my app, i am trying to call eth_sendTransaction method but its not working and giving error of eth_sendTransaction method not avaialble i am trying to connect with metamask and...
in my app i am using web3.net.version method to fetch network_id (chain_id) but even though i connect my wallet with mainnet i always get netwotk_id as 3. Any workaround?
how do i fetch chain_id of connected wallet i.e for ropsten for example. Currently i cant find any function for that in this library. Is there a workaround?
i have made an demo app using walletconnectswift library for connecting to rainbow wallet and i want to write contract functions given in this link below: [https://ropsten.etherscan.io/address/0x1c5509db908b34d81566f48780caa22e918c228a#writeContract](url) i have tried...
How to display network image using post request with this package(Currently only get request supported)
lets say i have make animation like myview.animation.moveX(60).animationCompletion = { //how do i make it to identity like we do in default UIView.animation block myview.transform = .identity } is there...
A problem occurred evaluating project ':instantapps-demo-base'. > Plugin with id 'com.android.feature' not found.
How do i change only dot color around lips
in my app i am always getting chain id of 1 even though i am connected to ropsten network which is 4 and i was using session.walletInfo.chainid in that i...