I created the token, deployed, in wallets working on testnet.
I want to do a new test version with the _mint function.
I can see how to get it in the code on the new test token, but I can’t figure out how to call it.
Very simple to start. Just want to manually add 5k new tokens to the contract owners wallet.
Assuming my function would work, how do I trigger the fuction? Deploy a new contract that calls only that contract function? Or build an app with a button that calls it? I’m stuck on how to actually trigger the minting function.