juliancwirko / nft-art-maker

NFT Art Maker - generates images and metadata files, packs them into IPFS CAR files, and uploads them using nft.storage. All from provided PNG layers.
MIT License
98 stars 36 forks source link

Make the metadata fields optional where it is possible #24

Closed juliancwirko closed 2 years ago

juliancwirko commented 2 years ago

The nft-art-maker can generate different metadata structures based on required fields and configuration of the metadata mapper (check docs). Still, sometimes it won't be necessary to reuse all fields. This task would be to identify dependencies on all fields and make as many optional fields as possible.

dohomi commented 2 years ago

@juliancwirko I improved all edition requirements inside of #21 I don't think that any other metadata field was optional - all other fields are required in my opinion.