Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 708 Bytes

File metadata and controls

24 lines (17 loc) · 708 Bytes

NFT collection builder

A simple tool to create unique PNG NFTS by merging multiple PNG layers, with custom parameters including collection name, description, layer size and order, etc... And creating metadata in JSON format for each NFT.

Prerequisites

  • Node.js (version 14 or higher)
  • npm (Node Package Manager)

Installation

  1. Download or copy the project files to your local machine(I see you've already done it 😂😂😂).

  2. Navigate to the project directory in your terminal.

  3. Install the dependencies:

    npm install
  4. Run project: Create a "layers" folder(If it's missing.) Add PNG layers to separate folders in the layers folder

    npm start

  5. You are awesome!