-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Nomad edited this page Mar 21, 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.
- Copy the
generator/traits.example.py
file and rename it togenerator/traits.py
. - Edit the file according to the Setup Info
- Copy the
.env.example
file and rename it to.env
. - Add your information to the file according to the Setup Info
- 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.