-
Asked by
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I think you are trying to build a launchpad contract that serves as a registry for all your collections and an entry point for user to mint? If so I think your current design is the standard design. But if you are trying to customize the behavior of each collection, like adding additional metadata to NFT, then you need to deploy contract per collection. This contract is an example of we customize the collection by adding additional metadata, so every Aptogotchi collection is deployed with a new contract. |
Beta Was this translation helpful? Give feedback.
I think you are trying to build a launchpad contract that serves as a registry for all your collections and an entry point for user to mint? If so I think your current design is the standard design.
But if you are trying to customize the behavior of each collection, like adding additional metadata to NFT, then you need to deploy contract per collection. This contract is an example of we customize the collection by adding additional metadata, so every Aptogotchi collection is deployed with a new contract.