-
Notifications
You must be signed in to change notification settings - Fork 1
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 to interact with smart contract #1
Comments
I use web3dart and tron package to call the methods of the contract
If you want to call pure or View methods, you can use the following API and create a parameter like the one above. for example:
For such calls, you can only use the Web3Dart package and do it with JSON RPC. |
Sorry for my late answer. I assume this issue is fixed by now and closing this one. Please feel free to open a new issue any time. |
preparing an example code for interacting with smart contract would be appreciated
The text was updated successfully, but these errors were encountered: