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

ERC721.TokenURI for a created collection #112

Closed
tonimateos opened this issue Aug 8, 2023 · 0 comments · Fixed by #123, #110, #127, #128 or #130
Closed

ERC721.TokenURI for a created collection #112

tonimateos opened this issue Aug 8, 2023 · 0 comments · Fixed by #123, #110, #127, #128 or #130
Assignees

Comments

@tonimateos
Copy link
Contributor

As a creator, I want to create collections that return the tokenURI that I expect for the assets that I will create and evolve elsewhere.

Define UL = Universal Location

  • I can execute createCollection( baseUL ), which returns contractAddress
  • I can query contractAddress.tokenURI( uint256 tokenId ) for every possible assetID, and it returns baseUL/tokenId
@tonimateos tonimateos added this to LAOS Aug 8, 2023
@tonimateos tonimateos converted this from a draft issue Aug 8, 2023
@tonimateos tonimateos added this to the Deliverable 2.1 milestone Aug 8, 2023
@tonimateos tonimateos changed the title TokenURI for a created collection ERC721.TokenURI for a created collection Aug 10, 2023
@tonimateos tonimateos moved this to Todo in LAOS Aug 10, 2023
@asiniscalchi asiniscalchi moved this from Todo to In Progress in LAOS Aug 10, 2023
@asiniscalchi asiniscalchi self-assigned this Aug 10, 2023
This was linked to pull requests Aug 10, 2023
@asiniscalchi asiniscalchi moved this from In Progress to Review in LAOS Aug 21, 2023
@asiniscalchi asiniscalchi moved this from Review to QA in LAOS Aug 21, 2023
@asiniscalchi asiniscalchi moved this from QA to Done in LAOS Aug 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.