Skip to content
Discussion options

You must be logged in to vote

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.

Replies: 1 comment 2 replies

Comment options

0x-j
Mar 19, 2024
Maintainer Author

You must be logged in to vote
2 replies
@MoonShiesty
Comment options

@0x-j
Comment options

0x-j Mar 19, 2024
Maintainer Author

Answer selected by gregnazario
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
nft Questions related to NFTs and digital asset / token standards
2 participants