Releases: manuelpires/nft-collection-generator
Releases · manuelpires/nft-collection-generator
v1.2.1
v1.2.0
- Script
calculate-hash
renamed tocalculate-hashes
. calculate-hashes
script now calculates the SHA-256 hash of each previously generated image and saves them in JSON files.
v1.1.0
- Fixed
update-base-uri
script: now it adds the string ".png" at the end of the string. - Added
create-gif
andcalculate-hash
extra scripts.
v1.0.1
- 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
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.