Quick Install

# Open source · MIT licensed · Works everywhere. You're welcome. 🐘



                        
                        

Necesitas Python 3.10+ y pip instalados. El proceso clona el repositorio público, instala las dependencias y deja todo listo para correr. Cambia de versión o actualiza después con git pull dentro de la carpeta.

Documentation

How to Use the App

Follow these simple steps to start creating your collection.

1

Clone & Install

Necesitas Python 3.10 o superior y pip. Abre una terminal y clona el repositorio oficial:

  • git clone: git clone https://github.com/synapselabsapp/synapselabs-apps.git
  • cd: cd synapselabs-apps/nft-synapse-studio
  • pip install: pip install -r requirements.txt
2

Run the App

Open a terminal in the cloned folder and launch:

  • Launch: python NFT_Synapse_Studio.py
  • A desktop window will open with the collection builder.
3

Edition Groups

(assuming you cloned from GitHub) Define the structure and order. Create different series (e.g., 100 Golds, 500 Commons).

  • Shuffle Collection: If ON, randomizes the final numbering. If OFF, generates in group order.
  • Collection Supply: Total maximum NFTs allowed.

Group Configuration

  • Amount: Number of NFTs for this specific group.
  • Layer Order: Top = Background (Back), Bottom = Front.
4

Action Buttons

Once configured, use these buttons to build.

Generate Collection

Starts the process. Shows a progress bar. Becomes "Cancel" while running.

Update Metadata

Fix metadata later (e.g., updating Base URI after IPFS upload) without regenerating images.

And that's it! You're ready to create your own NFT collections.