Signing transactions with Metamask? #1563
Unanswered
rhubarbgarden
asked this question in
Q&A
Replies: 1 comment
-
You can see the |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone, new to blockchain front-end and new to ethers.js.
I'm trying to write a dapp connected to a smart contract that will allow me to read and write, connected via Metamask. However my code is failing at the point where I am trying to execute/sign a transaction.
Will I need to manage properties like gasPrice and nonce? I found in another issue to use
contract.seapExactTokensForTokens
but I can't find any reference to this in the documentation.Beta Was this translation helpful? Give feedback.
All reactions