Skip to content

r3k4t/10k_nft_art_engine

Repository files navigation

10K NFT ART ENGINE

(It is my scientology.)

Screenshot (5)

Author:Rahat Khan Tusar(RKT)

Getting Started

  • npm install

Let's generate 10k nfts

  • node index.js

Metadata Style

  • node metadata1.js
{
"description":"An image in the NFT collection",
"image":"https://nsugenesis.com/nfts/1.png"
}
  • Result:

Screenshot (8)

Next

Screenshot (7)

  • node metadata2.js
{
"name":"CryptoCats #1",
"description":"An image in the NFT collection",
"image":"https://nsugenesis.com/nfts/1.png"
}

  • node metadata3.js
{
"name":"CryptoCats #1/10000",
"description":"An image in the NFT collection",
"image":"https://nsugenesis.com/nfts/1.png"
}