you3h/LooPyGen_Client

Minting Config generation non-functional

Opened this issue · 1 comments

I'm not sure why I glossed over this part, but tonight I had just noticed the minting config setup UI doesn't match the PHP version

PHP version is super simple:
image

The relevant PHP file:
https://github.com/sk33z3r/LooPyGen/blob/main/php/config/1.php

The output file should be placed at ../common/config.json and follow this schema:

{
    "minter": "",
    "private_key": "",
    "nft_type": 0,
    "fee_token": 1
}