Overview
To code and deploy a Factory, you have to:
code and deploy the model contract, i.e. the smart contract that your Factory will clone
code your Factory contract. You can use the standard Factory or you can code a custom Factory
deploy you Factory (initializing it with the model contract). You can deploy your Factory through the Factory-of-Factories being able to take advantage of all the potential of the Factory protocol
Last updated