Is There a Standard Governance Template I can drop into Remix?

Is there an off the shelf contract for governance contract similar to APECoin where I can just substitute my token name, etc.??

You can use the openZeppelin wizard

Hi John,

APECoin is both a governance token and a tradable utility token that is listed on the exchanges. OpenZeppelin Wizard doesn’t have a template like that does it?

Thanks,

Randy

A tradable coin is just any erc20 and you can create your erc20, governance contract and timelock contract from openZeppelin wizard

You can use Wizard to set up the token, for governance include Votes: https://wizard.openzeppelin.com/#erc20

You can also set up a Governor contract using Wizard: https://wizard.openzeppelin.com/#governor