Dapp-a-day 23: The Factory
We all know the benefit of Factories. Unfortunately the contract code has to be present at compile time in order to deploy a factory that produces a lot of factories in the wild. TheFactory
solves this problem. It is one monolithic Factory which you can use to store your code, or deploy instances of known code.