How I Built My Own ERC-20 Token (2/2)
In the first part, we connected the front end with Metamask but couldn’t fetch the balance. Let’s try to fetch the balance from the wallet this time. But first, install the ether.js library to communicate with the smart contract. Import ether.js library to App.js. Now we need to import the contract ABI. 💡 The contract […]
How I Built My Own ERC-20 Token (2/2) Read More »