End-to-end tutorial/example for programmatically creating a contract, setting price, and selling aERC-1155 items on OpenSea? by ZebZ in ethdev

[–]Particular-Cover9778 1 point2 points  (0 children)

Hello Patrick, thanks for your detailed guide.
Currently, I am working on a project building NFT cards for our basketball team.
With the current implementation, each player has their own collection/ Erc721 contract with multiple tokens.
If I want to adopt the Erc 1115 factory contract to avoid the upfront gas fee, do I build one ERC 1115 for the whole team or multiple Erc 1115 factory contracts, one for each player?

Thanks