Skip to content

josephbedminster/nft-metadatas-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NFTs Metadatas generator

Build Status

Description

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.

Example

Universe project : Planets NFTS

Generating 10,000 poly planets.

Planets

Output metadatas generated :

Planets

Preparing your attributes

Attribute description

In /src/attributes, create one .json file per attribute

Planets

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).

Planets

Run the script

Install:

npm i

Run:

npm run start

About

JS engine to generate n random JSON metadatas for your NFTs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published