You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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
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.
The text was updated successfully, but these errors were encountered: