You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.
Prevents strangers from using the deployed contract to publish their own
NFTs.
Most NFT platforms today treat a contract as a publisher/collection, and
so by leaving a contract unrestricted, you also allow the
collection/publisher to be diluted. This might also work well as an
option.
Fixesyusefnapora#28
Prevents strangers from using the deployed contract to publish their own
NFTs.
Most NFT platforms today treat a contract as a publisher/collection, and
so by leaving a contract unrestricted, you also allow the
collection/publisher to be diluted. This might also work well as an
option.
Fixesyusefnapora#28
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently if you mint with minty, the
mint
function is unrestricted, allowing anyone to mint in your collection/series.Maybe there could be an option that allows making restricted collections?
Mixing in ownable would make it as easy as adding an
onlyOwner
modifier to themint
function.The text was updated successfully, but these errors were encountered: