solana-nft-token-metadata-update icon indicating copy to clipboard operation
solana-nft-token-metadata-update copied to clipboard

Avoid re-uploading images on Arweave (and pay the fee)

Open HRK44 opened this issue 3 years ago • 4 comments

Hi,

I wanted to know if it's possible to avoid re-uploading the images on AR especially if I just want to change a trait field in the json metadata and the image is already on AR?

HRK44 avatar Nov 13 '21 05:11 HRK44

in general, you don't need reupload images and can use existing within new json and just upload json. This script don't in the way it uses links to json. We assume you have used candy machine to re-upload stuff. but you can create same format file manually . Check example in data folder https://github.com/thuglabs/solana-nft-token-metadata-update/tree/master/src/data

jamland avatar Nov 14 '21 16:11 jamland

btw, you can use candy machine on devnet to reupload files even with all images updated again. it won't cost you any money on devnet but the files will be real and relevant. In any case make sure to test on few NFTs before updating all collection =)

jamland avatar Nov 14 '21 16:11 jamland

Hello, does it means that i can upload the nft with new traits on devnet and then i can update the one on mainnet-beta?

pixmon avatar Dec 28 '21 17:12 pixmon

@pixmon yes you can

jamland avatar Dec 29 '21 12:12 jamland