What is a Metadata File?

Metadata files are the most important piece of data for most NFTs. This is where the information for everything is. Everything from the name, description, and attributes, to the images, audio files, videos and more. You wouldn't be able to keep track of all of that stuff without a properly made metadata file.

Metadata files are json Objects, which is a fancy term for a fancy text file with lots of brackets and stuff. It's very simple and organized, anyone can read a json file. Every NFT that has off chain data uses a json file for its metadata.

JSON stands for JavaScript Object Notation.

Read more about metadata standards here.

Last updated