How to Convert BigNumber to Int/Number in Ethers/Web3
If you have a BigNumber
when using web3
, then you can convert this to a regular Javascript Number
using the ethers
library as follows: …
1 articles about web3 development, tools, and best practices
If you have a BigNumber
when using web3
, then you can convert this to a regular Javascript Number
using the ethers
library as follows: …