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

EPIC: Getting token holder information from neume data #321

Open
djfnd opened this issue Oct 16, 2022 · 4 comments
Open

EPIC: Getting token holder information from neume data #321

djfnd opened this issue Oct 16, 2022 · 4 comments

Comments

@djfnd
Copy link
Member

djfnd commented Oct 16, 2022

Description
An imminent requirement from musicOS will be to retrieve the wallet address that is the current holder of a music NFT. A push goal would be to have a history (by block?) of when the owner of a music NFT has changed and a timeline of who the token was owned by at each time.

Core Requirements

  • For every music NFT that is indexed into the neume database
  • Return the current wallet address that holds the NFT
  • Served in a list, ideally as part of the neume database dump

Additional Requirements

  • For every music NFT that is indexed into the neume database
  • Return the current and past wallet addresses that have held the NFT
  • With the block number that transfer occured
  • Served in a list, ideally as part of the neume database dump

Challenges

  • Where NFTs have been sold as editions, there will likely be issues around how to show all holders
  • A suggestion would be to return all addresses against each music NFT, so that platforms can resolve at the user interface level
@vaughnmck
Copy link

We still need to get consensus with the rest of the team and validate with users, but I'm making a note here that we should include both the full list of holders and the original minter, i.e. the artist

We have examples of artists already recreating their catalog using musicOS so there's probably more validation that this is a useful feature.

@djfnd
Copy link
Member Author

djfnd commented Oct 16, 2022

We still need to get consensus with the rest of the team and validate with users, but I'm making a note here that we should include both the full list of holders and the original minter, i.e. the artist

We have examples of artists already recreating their catalog using musicOS so there's probably more validation that this is a useful feature.

Good clarification, yes agreed.

And agreed on the validation point, though think that we have enough support to spend the time thinking through how we should do this. It will be a very useful point of utility from neume.

@TimDaub
Copy link
Collaborator

TimDaub commented Oct 19, 2022

@TimDaub TimDaub changed the title Getting token holder information from neume data EPIC: Getting token holder information from neume data Oct 24, 2022
@TimDaub
Copy link
Collaborator

TimDaub commented Oct 24, 2022

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

3 participants