Unable to deploy contract using Truffle on local network Geth : “ProxyAdmin” hit an invalid opcode while deploying

Hi, welcome! :wave:

I think it should be:

await deployProxy(ArtWorkMinter, [], { deployer, initializer: 'initialize' });

And there is a tutorial, maybe you can have a look: