I created my own coin with an initial supply, I realized a created a small amount, Now I would like to know how to add/Increase the Initial supply to a higher count?
Thanks
I created my own coin with an initial supply, I realized a created a small amount, Now I would like to know how to add/Increase the Initial supply to a higher count?
Thanks
This only works if you have a mint function.
To easily create a token with a mint function you can use https://wizard.openzeppelin.com/
Yes, Thanks, I did use the mint function.
Thanks