nibbstack / erc721

The reference implementation of the ERC-721 non-fungible token standard.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example code should not allow destroy

fulldecent opened this issue · comments

Copied from https://github.com/0xcert/framework/issues/385


The baseline nf-token-mock in the contracts directory includes a owner-usable destroy function. This makes the contract centralized by default. (Since owner can destroy, create and transfer to somebody else.)

The example contract should remove this function or the file name and contract name should be updated to show that the recommended baseline feature set.

Separately, /testing/ mocks are okay to have this additional features because they are for testing and not general use.