Easily prepare all your metadatas with random attributes based on references for your image generation. Example : you need to create 10,000 NFT-planets. You will need to set up each property (diameter, type, ressources,...) and their rate drop. This engine will help to generate it easily, and will give you all .JSON metadatas ERC721-compliant files (compatible with Opensea, LooksRare,...). You will need to generate your media (svg, png, video) separately.
Generating 10,000 poly planets.
Output metadatas generated :
In /src/attributes
, create one .json
file per attribute
In each attribute file, you can specify a list of items, or a numeric range.
The rate
key determines the probability of the attribute occurring (rate: 5
gives 5% chance of drop).
npm i
npm run start