How to create a mintable ERC20 token?

Hi @PradhumnaPancholi,

Welcome to the community. :wave:

ERC20 is only mintable if you add in the functionality, otherwise it is a fixed supply.

You can use the Preset ERC20 contract.
There are guides on how to deploy:

Otherwise you can look at the code to see how minting functionality is added: