Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Add EIP-173 Ownable interface #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

danfinlay
Copy link

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.

Fixes #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.

Fixes yusefnapora#28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make contract Ownable
1 participant