nibbstack / erc721

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make metadata tokenURI overridable.

MoMannn opened this issue · comments

Current implementation anticipates that every token gets its own URL for metadata. If you want to make an implementation with a base url that adds token id at the end it is not possible.