-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate Liscon NFT tokens metadata #215
Comments
@oleggrib it's @colourfreak |
Thank you, but @colourfreak is not in this repo contributors list. |
please confirm my understanding about business is right:
what we need to do: listening for the what we need:
btw, what repo will we use? I personally think this requirement is a project specific, shouldn't we open this issue in a project github repo? |
@foxgem , yes, correct.
@colourful-land , can you decide ? |
Liscon test contract is updated on Rinkeby here: 0x74D2769a4092A021C7A47b7d3e4E2ACa75C4c7de This contract has the updated Token URI |
Can you share the templates that you might have used for AutographNFT, including the metadata template for REMIX Token as well as contract metadata template (or links would be helpful)
Would this design be enough to create the Liscon NFT ticket image generator:
I will do it. Please share the templates if you have it.
That is correct. Which repo did we use for Liscon? Ideally we should have this ticket under that repo rather than in attestation repo. |
example metadata links:
@oleggrib can you help this? |
https://github.com/TokenScript/LisCon |
No idea what do you want me to do. I need more context, more explanation. What do I have to do with the above data? Image template? What do you mean by this? Example, simple sketch or drawing would be helpful. |
@colourfreak , we need some creative template of Liscon NFT metadata in the next example format:
maybe worth to add attributes, like in example. |
Do you mean the same info in the different background? @oleggrib |
what is the use of it? In which context? What is the size of it? |
I still don't understand it. |
size is up to you. It will be Liscon Ticket metadata. It will be visible in OpenSea and other marketplaces. You can see similar data for any NFT in OpenSea, this is example metadata from autographnft.io {"name":"Colors","description":null,"image":"https://rinkeby.alchemynft.io/upload/0xf52da9e1fd0a032c4b13659a18fff5a03a211a62395d3cb2ecbe29bfd9a889f4-1629999188513.png","attributes":[],"external_url":"https://testnet.autographnft.io/0x0000853abe6fa93f276b62f6984b75ff2f9dc30e/204/make-offer/"} but this one contains empty description and attributes |
Not sure why it's me who is doing this. It does not look like UI work. I can try, but let me learn in which language this is written. XML? |
basically we need nice-looking creative
dont care about format, we just need data. cc @AW-STJ , does @colourfreak have to do it? |
@AW-STJ It's not my job. I don't have any experience in writing metadata. "Experience": null; It will take time till I will learn JSON. I could cook Hungarian national soup with no experience and it would be the same journey for me. Learn then build. |
"Description": "LisCon is a celebration of our culture and values, a coming together of builders, thinkers and creators across the space" |
Again, I am not a right person to do this task. I don't know much about Liscon, I don't know JSON. Sorry. |
Hey @colourfreak - I will take care of the metadata. However, thank you for taking the journey of learning and attempting to get the job done with what you have. Love the spirit. |
Hey @oleggrib - this should work for now right?
|
@AW-STJ , I have added notifications pop-up and centered attestation.id iframe |
Minting Contract code - https://github.com/TokenScript/attestation/blob/b545e1a640e3623206b24bdd76f9ba4f95879296/ethereum/attestation-test/contracts/AttestationMintable.sol
Contract address - 0xd2336c95896f8165D9e46Db4671d83ceA90C87F3
Network - Rinkeby
tokenURI() according to the rules: https://github.com/AlphaWallet/AlchemyNFT/blob/main/docs/PERMALINKS.md (in the contract code its different, but updated after contract deployed)
@JamesSmartCell , can you, please, update tokenURI() in the contract?
@foxgem , can you help with listen for that contract events and generate NFT metadata? After testing we will deploy same contract to the multiple networks and have to listen for them too.
@tomek, can you create image template and metadata content for the Liscon NFT ?
content example:
{
"name":"...."
"description":"....",
"image":"image_will_be_pregenerated_from_template_by_ticketID",
"attributes":[]
}
@AW-STJ , can you check if Tomek tagged correctly? (github doesnt autofill Tomek, maybe he is not asigned to that repo)
The text was updated successfully, but these errors were encountered: