A step-by-step guide on how to create a simple ERC20 contract to mint 100 token
To create and deploy an ERC20 contract and mint at least 100 tokens using Hardhat, you can follow these step-by-step instructions:
Install Hardhat:
Make sure you have Node.js installed on your machine.
Open your terminal and run the following comm...
malimacode.hashnode.dev2 min read