zeta-chain / protocol-contracts

Protocol contracts implementing the core logic of the protocol, deployed on ZetaChain and on connected chains
MIT License
68 stars 55 forks source link

Create a factory contract for setting up gateway #267

Closed lumtis closed 2 months ago

lumtis commented 2 months ago

It seems that deploying contract managed through proxy is not trivial. In particular, in Go through Codegen generation.

Idea of this task is to develop a factory contract allowing to deploy a ne gateway setup calling a single function.

lumtis commented 2 months ago

I could setup the localnet environment without it. I think it will be fine to not implement as we will also have script for automatized deployment.

lumtis commented 2 months ago

Will be fine without it