Skip to content
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

Chanllenge NFT dinamico #60

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion DNFT.sol
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ contract keeperFlower is ERC721, ERC721URIStorage, KeeperCompatibleInterface {
string[] IpfsUri = [
"https://ipfs.io/ipfs/QmYaTsyxTDnrG4toc8721w62rL4ZBKXQTGj9c9Rpdrntou/seed.json",
"https://ipfs.io/ipfs/QmYaTsyxTDnrG4toc8721w62rL4ZBKXQTGj9c9Rpdrntou/purple-sprout.json",
"https://ipfs.io/ipfs/QmYaTsyxTDnrG4toc8721w62rL4ZBKXQTGj9c9Rpdrntou/purple-blooms.json"
"https://ipfs.io/ipfs/QmYaTsyxTDnrG4toc8721w62rL4ZBKXQTGj9c9Rpdrntou/purple-blooms.json",
"https://gateway.pinata.cloud/ipfs/QmYXZMKaba8K18ZimVxz3QQLoDzt3Xb9ep7XxZcEbEQWc8",
"https://gateway.pinata.cloud/ipfs/QmfJKKCDPAusrAiLjWGs7HFzc551ZLNgW4gEDLQdx367r9"
];

uint256 lastTimeStamp;
Expand Down
15 changes: 15 additions & 0 deletions Metadata templates/flor_marchita.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "Flor marchita",
"description": "Flor NFT en estado marchito",
"image": "https://gateway.pinata.cloud/ipfs/QmXPFCtEwKS31LVwGzGNsiUoKGFbr8RePt3CmFGWu5ufrK",
"attributes": [
{
"trait-type": "EtapaFLor",
"value": "Marchita"
},
{
"trait-type": "ColorFlor",
"value": "Gris"
}
]
}
15 changes: 15 additions & 0 deletions Metadata templates/flor_muerta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "Flor Muerta",
"description": "Flor en estado muerto",
"image": "https://gateway.pinata.cloud/ipfs/QmdgCwQueAqa4RNNEKsKAmCbLdBoLBrcwx62eLxoVUp3iF",
"attributes": [
{
"trait-type": "EtapaFLor",
"value": "Muerta"
},
{
"trait-type": "ColorFlor",
"value": "NEGRA"
}
]
}
2 changes: 1 addition & 1 deletion Metadata templates/semilla.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
"value": "CAFE"
}
]
}
}
Binary file added image/flormarchita.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/flormuerta.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.