如何做 NFT (metadata)数据元

哈喽各位,我已经画了500多个NFT,想发布到opensea但又不知道metadata怎么做的
我该一个一个写嘛 还是又代码把他们整理 我找了好久没找到了
找到了opensea 这文章https://docs.opensea.io/docs/metadata-standards 但也是不全 谢谢各位

{
  "description": "Friendly OpenSea Creature that enjoys long swims in the ocean.", 
  "external_url": "https://openseacreatures.io/3", 
  "image": "https://storage.googleapis.com/opensea-prod.appspot.com/puffs/3.png", 
  "name": "Dave Starbelly",
}

常见的如上所示,分别对应描述,外部链接,图片链接,名称。
完整的见下图:

img