You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have a smart contract with multiple functions that allow user to pay bills in crypto currencies .i just want to known how can i call smart contract functions through web3dart without private key.I already connect wallet with walletconnect but how can i use them instead of private key.Is there any option in walletconnect to call smart contract function?.
The text was updated successfully, but these errors were encountered:
What wallet connect does is, it recieves a transaction request from a Dapp, thus library will give you the request, you will have to send the transaction with web3Dart and then send back the TX hash to the DApp via this lib.
i have a smart contract with multiple functions that allow user to pay bills in crypto currencies .i just want to known how can i call smart contract functions through web3dart without private key.I already connect wallet with walletconnect but how can i use them instead of private key.Is there any option in walletconnect to call smart contract function?.
The text was updated successfully, but these errors were encountered: