HashLips / hashlips_nft_minting_dapp

HashLips minting dapp is a quick and easy way to connect your smart contract and start minting NFTs.
MIT License
1.02k stars 984 forks source link

How to generate collection if we have multiple character per image (nested layers)? #114

Open DevPratyush opened 2 years ago

DevPratyush commented 2 years ago

@HashLips I wanted to create a collection where we have 5 characters per image(. We have traits for each character. Let me explain the structure of the folder (It has nested subfolders).

I-Heroes |--Hero 1 I----Hairs l------Blackhair.png l------Blondhair.png l------Brownhair.png I----Cloth l------Blackcloth.png l------Whitecloth.png l------YellowCloth.png I----Skin l------Blackskin.png l------Brownskin.png l------Whiteskin.png

|--Hero 2 I----Hairs l------Blackhair.png l------Blondhair.png l------Brownhair.png I----Cloth l------Blackcloth.png l------Whitecloth.png l------YellowCloth.png I----Skin l------Blackskin.png l------Brownskin.png l------Whiteskin.png

|--Hero 3 I----Hairs l------Blackhair.png l------Blondhair.png l------Brownhair.png I----Cloth l------Blackcloth.png l------Whitecloth.png l------YellowCloth.png I----Skin l------Blackskin.png l------Brownskin.png l------Whiteskin.png

|--Hero 4 I----Hairs l------Blackhair.png l------Blondhair.png l------Brownhair.png I----Cloth l------Blackcloth.png l------Whitecloth.png l------YellowCloth.png I----Skin l------Blackskin.png l------Brownskin.png l------Whiteskin.png

|--Hero 5 I----Hairs l------Blackhair.png l------Blondhair.png l------Brownhair.png I----Cloth l------Blackcloth.png l------Whitecloth.png l------YellowCloth.png I----Skin l------Blackskin.png l------Brownskin.png l------Whiteskin.png

I-Background I-Birds

Please help me to figure it out how can I use this generator for creating such type of collection where we have multiple character in each image. Here we have sublayers. and also how can I get the json file that suits for this case.