Manually updating Metadata for ERC721 / Minted with Claim app

Hey friend, thanks for getting back, im seeing where i can upload the images, cause Pinata has a limit of 100 files on their FREE plan, and i dont want to pay a premium for this, do you know any other IPFS service i can use to upload the images? and i just upload the JSON to pinata.

Use two pinata accounts? :slight_smile:

1 Like

Great idea,

I made this json, can you check if its correct?

{“created_by”:“Rodro”,“name”:“Pixel Hollywood #1/100”,“external_url”:“https://foundation.app/@Rodro",“description”:"The 100 most iconic characters from Movies & Series hand-drawed by me!”,“attributes”:[{“trait_type”:“Artist”,“value”:“Rodro”}],“image_details”:{“bytes”:2364964,“format”:“GIF”,“sha256”:“bc2bf4b21950009f7f0cf16a8365207d11119457b18c1128db93558ebd24215b”,“width”:2500,“height”:2500},“image”:“https://gateway.pinata.cloud/ipfs/QmXww8dRBJxUsHPungzTndH75ECXrZv6ghPSNJM58uCcqX/1.png",“image_url”:"https://gateway.pinata.cloud/ipfs/QmXww8dRBJxUsHPungzTndH75ECXrZv6ghPSNJM58uCcqX/1.png”}

yes, however, I would replace:

https://gateway.pinata.cloud with:
ipfs://

So:
ipfs://ipfs/QmXww8dRBJxUsHPungzTndH75ECXrZv6ghPSNJM58uCcqX/1.png

1 Like

Final TX: https://etherscan.io/tx/0xa537cea5c673db13804d5383c60775f3d7820690d6fe15cf2d8543cc6b19a417

And it worked!!!

Thank you so much for your help wilkins!!

Hey there, you’re going to have to do this again, the metadata for token 12 is wrong, which is why it’s not refreshing:
https://ipfs.io/ipfs/QmcrPqkVWu5Y1v1b9fZ8KRMP5gFid3VKeCven6y2PWcbeF/12

If you look, it’s invalid json because you posted the image link twice at the end. Please validate your json using https://jsonlint.com/

Where are these fields to be used, and how did you find your correct information to put there? thanks.