Unable to mint ERC20 token

Hi @Arman_khan,

You can deploy your contract using Remix and interact with it using Remix.
As @Skyge said (:pray:), you call addMinter to add an account as a minter (I used the same account that deployed the contract). You can then call mint.

As there doesn’t appear to be much unique functionality with this token, I suggest trying the following tutorial (there are screen shots to help):

You could also look at the following:

1 Like