NFT collection and contracts

Hi I have a website where users can create a collection of nfts.
I would like for my user to not manually sign every contract, but do it only once for the whole collection, whats is the best route to achieve this ?

Hey @nzzCoding, welcome to the MetaMask community! :fox_face:

I don’t think this is possible, as each NFT on the blockchain has its own contract address and each address will require its own signature.

But maybe somebody will develop a solution in the future :thinking:

Hey thanks for helping.

I have searched a little bit and found that it is possible to deploy a smart ERC-721 collection contract, the way some websites like nftport.xyz does it, this way it has to only be approved once.

Now I just have to find how to do it, very new to this stuff any idea where to start ?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.