Web3

How to Convert BigNumber to Int/Number in Ethers/Web3

May 7, 2022

If you have a BigNumber when using web3, then you can convert this to a regular Javascript Number using the ethers library as follows:


Read More