Jon-Becker / nft-generator-py

This tool allows users to generate sets of unique images and metadata using weighted layer collections.
MIT License
301 stars 127 forks source link

Make sure no duplicates are created when `--allow-duplicates` flag is not set #65

Closed ftruzzi closed 2 months ago

ftruzzi commented 2 months ago

Hi, and thank you for your work!

We used your tool to generate our NFT collection and found duplicates even if the --allow-duplicates flag was not set.

This PR should fix the issue :)

Jon-Becker commented 2 months ago

awesome! thank you for your contribution