简体   繁体   English

Solana metaplex - 如何设置 Collection Name minted NFT

[英]Solana metaplex - how to set Collection Name minted NFT

i created nft by candy machine v2 sugar我用 Candy Machine v2 sugar创建了 nft

NFT items and Collection NFT created, but the two were created as separate collections. NFT items 和 Collection NFT 创建了,但是两者是作为单独的 collections 创建的。

cache.json缓存.json

{
 "program": {
 "candyMachine": "ALPiatU6aSCjTPm6kp9W9VZtEyQs743DdV3wBPZPRMUC",
 "candyMachineCreator": "4kQXPWdpFMUjs7Smf6KkmEsmDYLLaKnR91PSutaJREP5",
 "collectionMint": "DMbgZoXfhSqgvgWz1f1zdpRXbiQnxnxyuYzHi7corpRc"
},
"items": {
"-1": {
  "name": "PEOPLE Camera",
  "image_hash": "8f9eaba934afc4b1dc43d0421f7a348167fc9ed5ab631311c110537ca4b32ce5",
  "image_link": "https://justlabs.s3.amazonaws.com/collection.png",
  "metadata_hash": "bbef99a5c1a736f807816508fc11e325fa2397b4d977f1a73e04d3922f43bd0d",
  "metadata_link": "https://justlabs.s3.amazonaws.com/collection.json",
  "onChain": true
},
...otherItems
}

CollectionMint is entered in the cache file, and in this state, sugar mint was used for minting. CollectionMint进入缓存文件,在这个state中,使用了sugar mint进行铸币。 However, when checked through Solscan or other explorers, it is set to a different collection.然而,当通过Solscan或其他浏览器检查时,它被设置为不同的集合。

NFT Link NFT链接

https://solscan.io/token/75t6LP9fiPBpi9aXhe1R78PEde43zdPUAxFGANTL3LCW https://solscan.io/token/75t6LP9fiPBpi9aXhe1R78PEde43zdPUAxFGANTL3LCW

Collection NFT Link收藏 NFT 链接

https://solscan.io/token/DMbgZoXfhSqgvgWz1f1zdpRXbiQnxnxyuYzHi7corpRc https://solscan.io/token/DMbgZoXfhSqgvgWz1f1zdpRXbiQnxnxyuYzHi7corpRc

I tried to migrate using metaboss , but couldn't solve it.我尝试使用metaboss进行migrate ,但无法解决。 I also put Collection items in the NFT's MetaData, but this also didn't work.我也把Collection item放到了NFT的MetaData里,但是也没有用。

how to set Collection name如何设置收藏名称

if you have the Update Authority wallet that is in your case (6JRTWgk1ngG4jTKS3N4h9866vrut8BgYVM8PLTb9zKBu) you can use the update command to update the metadata of the collection NFT which contains the name you wish to change.如果您拥有适用于您的情况的 Update Authority 钱包(6JRTWgk1ngG4jTKS3N4h9866vrut8BgYVM8PLTb9zKBu),您可以使用更新命令更新包含您希望更改的名称的集合 NFT 的元数据。 Check here for metaboss update command在这里检查 metaboss 更新命令

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM