Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a provenance object that defines metadata about an ownership transaction #52

Open
TimDaub opened this issue Oct 19, 2022 · 0 comments

Comments

@TimDaub
Copy link
Collaborator

TimDaub commented Oct 19, 2022

  • We're currently lacking a generic ownership object that can express certain actions of e.g. an NFT's lifecycle
  • E.g. in track.erc721.owner we're currently storing an address, but this is technically false information as
    • an owner's address can change
    • since such information is always ephemeral and probably best to be accompanied by the transaction id, and the block number or hash when the information was factual
  • Similarly with EPIC: Getting token holder information from neume data strategies#321 we additionally also want to express an NFT's transfer history. So we have to express a minting transaction as well as all subsequent transfers
  • And we additionally have to display such history for e.g. a song that is represented on-chain as multiple NFTs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant