-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Nomad edited this page Apr 4, 2022
·
13 revisions
This is the unofficial Loopring Python Minter on Layer 2.
The system utilizes a few parts:
- Python to generate images and metadata according to the standards for the new Layer 2 marketplace.
- NodeJS to pre-calculate CIDs on images and metadata files.
- Python to run the batch minting process.
- PHP to tie it all together.
- Docker
- git
$ 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.
- 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.