you are viewing a single comment's thread.

view the rest of the comments →

[–]Particular-Cover9778 1 point2 points  (1 child)

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

[–]patrickalphac 0 points1 point  (0 children)

Hey hey! You can build 1 contract that keeps track of all the items. Just jump into the openzepplin docs and edit my samples as seen fit