hi guys, i am working on a smart contract for NFT minting on BSC, i am not sure if anyone has used the repository hashlips, but i am facing problem with the reveal fucntion
Dec 13, 2021, 8:45 AM
i mean it goes fine but i am still not able to see real NFT
anyone can help?
Dec 13, 2021, 8:45 AM
On rinkeby , it need time .. sometimes more than 8 hours to appear
Dec 13, 2021, 8:53 AM
yeah it's over 20 hours now...
i am trying on bsc and i am having same problem
Dec 13, 2021, 8:54 AM
Baseuri right?
/ in the end?
Get token uri of tokenid 1 and paste it here
Dec 13, 2021, 8:55 AM
https://testnet.bscscan.com/address/0x4e5eb8cd8938fdbb27992fe3caf4ceac6aaf3bec#code
this is the contract address
/QmWgGix8KrDK7YBySjdj4Ju3ze5AjqPC2ggADi6APEPA5q/5.json
/QmWgGix8KrDK7YBySjdj4Ju3ze5AjqPC2ggADi6APEPA5q/1.json
Dec 13, 2021, 8:59 AM
ipfs://..../5.json
U didnt forget to update metadata from generator ?
Dec 13, 2021, 9:02 AM
{
"name": "Eye #1",
"description": "First NFT eye collection",
"image": "ipfs://Qmcpq8e7KH8CPERYddrv2xcxt7XZ2Kd9dYo58vnUrsiadv/1.png",
"dna": "e68b4a347c6a965d24ce1263716b2b4fc0ae1dc8",
"edition": 1,
"date": 1639221406552,
"artist": "Vin",
"attributes": [
{
"trait_type": "Background",
"value": "Yellow_Background"
},
{
"trait_type": "Eye_ball",
"value": "Yellow_eye"
},
{
"trait_type": "Iris",
"value": "Red_iris"
}
],
"compiler": "HashLips Art Engine"
}
"name": "Eye #1",
"description": "First NFT eye collection",
"image": "ipfs://Qmcpq8e7KH8CPERYddrv2xcxt7XZ2Kd9dYo58vnUrsiadv/1.png",
"dna": "e68b4a347c6a965d24ce1263716b2b4fc0ae1dc8",
"edition": 1,
"date": 1639221406552,
"artist": "Vin",
"attributes": [
{
"trait_type": "Background",
"value": "Yellow_Background"
},
{
"trait_type": "Eye_ball",
"value": "Yellow_eye"
},
{
"trait_type": "Iris",
"value": "Red_iris"
}
],
"compiler": "HashLips Art Engine"
}
well, i changed revealed = true, and updated metadata on metamask and openseai
but still nothing, the above is what there is contaned in the 1.json
Dec 13, 2021, 9:10 AM
U have to wait more 🤣
U did well
Dec 13, 2021, 9:10 AM
okok, just out of interest as i am testing on BSC as well, should be not faster?
Dec 13, 2021, 9:11 AM
In opensea u can see ur collection without images right?
Dec 13, 2021, 9:11 AM
thanks lool
Dec 13, 2021, 9:11 AM
I didnt use bsc
Dec 13, 2021, 9:12 AM
thats what shows on opensea
Dec 13, 2021, 9:12 AM