HashLips / hashlips_nft_contract

A simple NFT smart contract that works with the rest of the HashLips ecosystem.
MIT License
830 stars 675 forks source link

No images on Rinkeby and Opensea #56

Closed TriLogic closed 2 years ago

TriLogic commented 2 years ago

Generated images and JSON, updated everything according to the video instructions and deployed the contract according to the instructions. Contract is out there running on Rinkeby but no images show up on the OpenSea.io test site. No hidden image, no NFT image, nothing. Would love to take my collection live but I don't trust the contract.

I'd pay someone good money to help me get this project over the finish line.

cryptocraig-nft commented 2 years ago

Open one of the .json files, check it says: "image": "ipfs://YOURCID__/1.png", I had the same issue, I had deleted the IPFS:// part. Just an idea, I'm definitely no expert! ;) Good luck

TriLogic commented 2 years ago

I've found that although the hidden metadata is correct on the contract the baseUri for revealed data has to be set after the fact. Not sure why this is. Also the missing images are generally that OpenSea test is mind bogglingly slow.

vipdiv commented 2 years ago

I've found that although the hidden metadata is correct on the contract the baseUri for revealed data has to be set after the fact. Not sure why this is. Also the missing images are generally that OpenSea test is mind bogglingly slow.

Can you comment on exactly how slow it is? And can you comment further on baseUri for revealed data has to be set after the fact ?

Thanks