Skip to content
Nomad edited this page Apr 4, 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.
  4. PHP to tie it all together.

System Requirements

Setting up the generator

$ git clone --recurse-submodules https://github.com/sk33z3r/LooPyGen.git
$ cd LooPyGen
$ ./docker.sh up

Then visit http://localhost:8080 in your browser to setup your collection and minting config.

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