-
Notifications
You must be signed in to change notification settings - Fork 619
Deprecate modular contracts from Explore #7515
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
90535b2
19e227a
f7483db
be9dade
65244c1
31bcc05
fab031b
7a6dbfb
5c798c2
b7142f2
4d40679
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -9,6 +9,10 @@ import collectionMintable from '../assets/erc721_mintable.png' | |||||||||
|
|
||||||||||
| # Deploy a modular NFT Collection contract | ||||||||||
|
|
||||||||||
| <Callout variant="warning" title="Deprecated"> | ||||||||||
| Pre-built modular contracts have been deprecated from the Explore section. While this documentation remains available for existing users, we recommend using [standard NFT collection contracts](/contracts/explore/pre-built-contracts/nft-collection) for new deployments. | ||||||||||
| </Callout> | ||||||||||
|
|
||||||||||
| The NFT Collection contract creates a unique collection of NFTs based on the ERC-721A standard. NFTs are minted to the creator’s wallet as they are added to the collection. NFTs are still transferable, able to be sold on a marketplace, and perform any other actions as defined by ERC-721A. | ||||||||||
|
|
||||||||||
| For advanced use-cases requiring , NFT Collection includes signature-based minting capabilities. | ||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The sentence appears to be incomplete after "requiring". It either needs to complete the thought by specifying what advanced use-cases require, or the word "requiring" should be removed. For example:
Suggested change
Or alternatively, complete the sentence with the missing information:
Suggested change
Spotted by Diamond |
||||||||||
|
|
||||||||||
Uh oh!
There was an error while loading. Please reload this page.