LooPyGen
LooPyGen copied to clipboard
Loopring Python Minter on Layer 2
Instead of terminating when fees spike, add option (UI checkbox) to wait x minutes for gas to drop before terminating When terminating for too high fees, clearly error out in...
For airdrops, often a single NFT is sent multiple times to the same wallet. These transfers of the same NFT to the same address can be grouped into one transfer....
A wallets list is a wallet per line Default is to send 1x NFT per wallet LooPyGen could accept an optional quantity for each wallet line `wallet.loopring.eth,5` sends 5 random...
Hello, nice program. I have been trying to upload a collection of 7500 to L2, I have my images and json folders with the assets prepared and have uploaded and...
Is it possible to use animated PNG layers & have the output be an Animate PNG file? If not, is this something that would likely be implemented in the future?...
Currently `ffmpeg` defaults to 25fps when importing GIFs for compositing. It's causing frame-pacing issues for GIFs with frame delays not multiples of 1/25s 1. The ImageBuilder should be able to...
It seems that rarity calculators have problems if some NFTs have a trait while others dont. To account for this LooPyGen may need to continue to add the trait, but...
User Story: 1. User creates NFTs outside of LPG 2. Uploads all data to IPFS, including metadata in a folder 3. UI asks for CID of top level folder 4....
Batch mint a list of CIDs from a text file, one per line: ```shell mint --lines cids.txt --amount 1 ```