Skip to content
Nomad edited this page Mar 21, 2022 · 13 revisions

Loopring Python Minting on Layer 2

About this App

This is the unofficial Loopring Python Minter on Layer 2.

The system utilizes a few parts:

  1. Python to generate images and metadata according to the standards for the new Layer 2 marketplace.
  2. NodeJS to pre-calculate CIDs on images and metadata files.
  3. Python to run the batch minting process.

System Requirements

Setting up the generator

  1. Copy the generator/traits.example.py file and rename it to generator/traits.py.
  2. Edit the file according to the Setup Info
  3. Copy the .env.example file and rename it to .env.
  4. Add your information to the file according to the Setup Info

Notes About Exporting Layers

  • Export each layer at the same size. Uber important. This guarantees alignment of all the items.
  • Do not put spaces in your file names!!! Letters, numbers, _ or - only.
  • Try to make the names of the images similar to the actual name of the trait, just so it's easier for you later.
Clone this wiki locally