Skip to content

Releases: manuelpires/nft-collection-generator

v1.2.1

14 Sep 17:05
96b4619
Compare
Choose a tag to compare
  • Fixed an issue when using the forbidden array to exclude all options of a specific trait type.

v1.2.0

27 Mar 13:00
Compare
Choose a tag to compare
  • Script calculate-hash renamed to calculate-hashes.
  • calculate-hashes script now calculates the SHA-256 hash of each previously generated image and saves them in JSON files.

v1.1.0

01 Dec 22:59
Compare
Choose a tag to compare
  • Fixed update-base-uri script: now it adds the string ".png" at the end of the string.
  • Added create-gif and calculate-hash extra scripts.

v1.0.1

27 Oct 19:45
Compare
Choose a tag to compare
  • Updated the main script to use fs.writeFileSync instead of the async version of the same function.
  • Added new npm script to update the images base URI inside all the generated metadata files by running npm run update-base-uri.

v1.0.0

22 Oct 12:11
Compare
Choose a tag to compare

This project uses a list of pre-configured traits and image layers to generate a unique set of images and metadata files for a collection of NFTs. You would be able to create your own collection by updating the traits configuration and the image layers.