官方文档https://docs.atomicals.xyz/collection-containers/dmint-guide概述dmint 中,一个 NFT collections,被称为 containers(容器) 一个完整的 dmint 项目发布流程如下:准备好要发布的 container 数据配置 container验证 NFT item铸造 NFT item操作流程1. 准备数据准备一个包含所有原始 NFT 文件(图像)的文件夹,文件名仅支持数字、英文和连字符(-),不能以连字符开头,最大长度为 64 个字符 本文例子 container 为 1nterests,NFT 文件名分别为 1nterest-1.png、1nterest- 2.png、1nterest-3.png运行命令以生成所有 NFT 的处理数据: yarn cli prepare-dmint-items "path/to/collection-folder" "path/to/output-folder" "path/to/collection-folder" 为 NFT 图片文件夹路径 "path...