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

Scanner for transfers #14

Open
TokyoSwan opened this issue Mar 29, 2023 · 1 comment
Open

Scanner for transfers #14

TokyoSwan opened this issue Mar 29, 2023 · 1 comment
Assignees

Comments

@TokyoSwan
Copy link

Develop a scanner that identifies whether the data NFT is still being owned by the same user, so it will display the settings page only to the owner.

@Rishabh42
Copy link
Contributor

@rykci 's comment:
I think the scanner should scan for any Transfer events from the NFT contract. When a transfer occurs on chain, we need to change the dataset owner in our db

I own data1 (according to lagrange db)
I mint data1 as dataNFT
I send the nft to you, but I still own data1 (according to lagrange db)

so we need the scanner to change ownership of data1 to you (in lagrange db) when it scans the Transfer event

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

3 participants