Images order + Shuffle #97
-
Hey, I would like to ask about the order the images are produced. My images are generated via shuffle except when they are placed in the folders (images & json) they go back to numerical order, this makes it difficult to know which image was created first and so on. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The Image and json names are always created sequentially (in the order they are numbered), and (in 99% of the cases) minted sequentially in the smart contract. The provenance hash is generated based on the output order. |
Beta Was this translation helpful? Give feedback.
The Image and json names are always created sequentially (in the order they are numbered), and (in 99% of the cases) minted sequentially in the smart contract.
The generator will randomly pick the art, making each piece random and unique, even though the number is sequential.
The provenance hash is generated based on the output order.