AppsusUK / NFT-Art-Generator

Easy to use NFT art generator app for windows/linux/mac
MIT License
434 stars 165 forks source link

Solana metaplex format #12

Closed ohaddahan closed 2 years ago

ohaddahan commented 2 years ago

The current solana format doesn't match metaplex and the candy-machine-store.

The changes:

  1. Put the creators inside properties metaplex-nft-standard.
  2. Give image default name of ${filename}.png , since the candy-machine-store expects them to be in the same folder with matching names, didn't change output folder, copying all of them is easy.
AbdulDridi commented 2 years ago

Thanks for the PR :) Looks good to me!