Is it possible to set up a ERC-721 token where metadata can be updated on individual tokens?

more importantly, I need a Claim Page for this. I’ve experimented with a bunch of different things on Goleri, but obviously can’t experiment with a Claim Page on these. (annoying af btw).

So what I’m trying to do is have my users Mint a token from a claim page and then be able to swap out the art and metadata on a PER TOKEN basis. For instance, when they use it to redeem a physical item. I want to swap the art and metadata on that person’s token only. Not the whole collection.

Anyone know how to do this?

I just went through this as well, none of their apps support this. The contracts support it, but the apps don’t. You’d have to make your own front end for claiming and call the contract in the way that supports this. Seems like there’s a lot of people asking for this though. Also yeah it is annoying the apps can’t be tested on testnets :smiling_face_with_tear: