π°Get the native balance of a Signer
In this section we'll learn how to get the native balance for a Signer using ethers
Checking the native balance of an EVM address using ethers.js
The balance here will be fetched using the provider
defined. In this example, the script will fetch the GLMR balance on the Moonbeam network.
Last updated