Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can i call walletconnect with web3dart in flutter #12

Open
Bergmedia-bit opened this issue Dec 30, 2021 · 3 comments
Open

How can i call walletconnect with web3dart in flutter #12

Bergmedia-bit opened this issue Dec 30, 2021 · 3 comments

Comments

@Bergmedia-bit
Copy link

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?.

@Abhimanyu121
Copy link

Hey are you making transactions or simply calling functions to get data?

@parthstark
Copy link

Hi @Abhimanyu121 I also have same question.
Making transactions also.

@Abhimanyu121
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants