Tagged with ethersjs

Browse all tags

Understanding the Signing Process of Solidity Transactions with Ethers.js

Feb 27, 2023

In the previous [post](/blog/solidity-eip-712-sign-metamask/), we discussed meta transactions and the EIP-712 standard. This time we will check out how to sign the transaction with Ethers.js library and execute it in a smart contract. That means that the gas fee will be paid by someone else.

Read more