How to create an ERC1155 factory?

Hi @nicolas.guasca, here are a few things to consider:

  • ERC1155Holder doesn't look necessary for this contract. It is only needed if you want to be able to transfer ERC1155 tokens to another contract (e.g. with SafeTransferFrom), and in that case ERC1155Holder would be used in that other contract.
  • Consider whether you really need multiple ERC1155 instances, or a single ERC1155 instance.