Dmytro Soltusyuk
Dmytro Soltusyuk

Reputation: 440

Adding fields to NFT metadata

If I'll add some fields to NFT metadata, minted on the NEAR blockchain, will it be still NEP 171 compatible? If not, what is the right way to do that? Is it right to put JSON under the extra field in NFT metadata?

Upvotes: 1

Views: 274

Answers (1)

Benjamin Kurrek
Benjamin Kurrek

Reputation: 1094

You can definitely add fields to the NFT metadata. It will conform to the standard as long as you have the required fields found in the metadata standard.

Upvotes: 3

Related Questions