Ethers.js: How to send ERC-20 Tokens
In this post we will explore how to transfer an ERC-20 token from one address to another with ethers.js. Ethers is a JavaScript library that can send an EIP-1559 transaction without the need to manually specify gas properties. It will determine the gasLimit and use a maxPriorityFeePerGas of 1.5 Gwei by default, starting with v5.6.0. Also, if you use a signer class it can manage the nonce for you.