'Where do I store metadata of NFT

Smart contract execution needs gas fee. So all data can't be stored in blockchain. Images could be stored on ipfs like Pinata.

Do I have to develop extra backend code to maintain information like "like/dislike", "favorite", "review", "nft collection" ...? I am going to use Laravel and do you think it's a right decision?



Solution 1:[1]

You can keep the metadatas at database with a 'json' column.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 marc_s