I have developed and deployed my test token…but minting!

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.

You may find Contracts Wizard helpful:

As to how to trigger the function, you just need to send a transaction invoking the function. You can do this from the console with a script, or from a UI (including Remix), etc.