We can always add a few more functionalities to our token contract. One of the widely used custom properties is to mint tokens as per the requirement. This will create new tokens dynamically as per the requirement, and is very useful when the total supply is not known at the beginning.
In this recipe, you will learn to create a token that can be minted as per the requirement.