Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 Hashlips 将我的 nft 收藏上传到 Opensea。我不是开发人员。
无论我等待或刷新元数据多长时间,集合中每个 nft 的图像都不会出现。图像和元数据加载在 pinata.cloud 上。
编辑:我不得不做一个新的,因为我丢失了我的数据。我和往常一样有同样的问题。
这是ipfs部分:
“ipfs://QmPcTBUMrjKMUcDD1iT2FZo8QyrVfxQX6WLmePESSSgcNE/”。
有人可以给我一个提示吗?
尝试将 json 文件中的“image”更改为“file_url”。
“main.js”,第 136 行:
image: `${baseUri}/${_edition}.png`, ↓ file_url: `${baseUri}/${_edition}.png`,
“main.js”,第 152 行:
image: `${_edition}.png`, ↓ file_url: `${_edition}.png`,