hi does anyone know if its possible to add to an nfts metadata post mint ?

Oct 6, 2022, 6:49 AM
example i made a pokemon nft I want to give it a function where I spend x amount of a token and level it up and the nft image changes is this possible ?
Oct 6, 2022, 6:50 AM
the contract code has to support this kind of stuff. So if you add that there, then yes
Oct 6, 2022, 6:52 AM
what if the nfts were already minted could I update or migrate the code - I'm a noob ?
Oct 6, 2022, 6:52 AM
most likely not. The contract would need to have some sort of upgradeability mechanism, and NFTs don't usually have that
Oct 6, 2022, 6:54 AM
so Id have to create a new series with that feature then ?
Oct 6, 2022, 6:54 AM
yes
Oct 6, 2022, 6:55 AM
thanks , also is it hard to fork tomb seperate topic ive been doing basic solidity for a few weeks want to try something more tangible
Oct 6, 2022, 6:55 AM
I'm not sure what you mean with that, but if you mean forking some existing source code, then that's not too difficult. understanding it and making changes is the hard part
Oct 6, 2022, 6:57 AM
got it thanks , im getting more used to using git and forking source code
Oct 6, 2022, 7:12 AM

© 2024 Draquery.com All rights reserved.