Replies: 3 comments
-
You need to create a Contract object. Then you can call methods on it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Finally I have resorted to the web3 library, I can't do it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@Cazs03 Have you looked through the Getting Started documents? It provides an example using an ERC-20 Contract. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Using a version:
"ethers": "^5.3.1",
And based on the examples on the following website: test-dapp
And using documentation. I don't see a way to specify the name of the method to perform a transaction
And spending an example like the following
function storeName() external payable {
Where or in what way, can I find it in the documentation?
Beta Was this translation helpful? Give feedback.
All reactions