Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: Ability to mint multiple, sequential metadata files #177

Open
sk33z3r opened this issue Feb 27, 2022 · 1 comment
Open

Request: Ability to mint multiple, sequential metadata files #177

sk33z3r opened this issue Feb 27, 2022 · 1 comment

Comments

@sk33z3r
Copy link

sk33z3r commented Feb 27, 2022

Background: Usually collections of NFTs have multiple metadata files with attribute traits, etc. and generally in the 1000s of versions.

Request: The ability to mint multiple tokens by using incrementally indexed metadata filenames.

I imagine it would work something like this:

  1. Upload first folder to IPFS full of images named 0-99 (e.g., 0.png, 1.png, ... 99.png)
  2. Upload second folder to IPFS full of json named 0-99 (e.g., 0.json, 1.json, ... 99.json)
  3. Enter metadata folder's CID to "Mint NFT" form
  4. Check a box labeled something along the lines of "Mint Sequential Collection"
    NOTE: Maybe the preview window would show just a preview of file 0 to confirm it at least sees the first file?
  5. Set the fee token and quantity
    NOTE: Once the quantity is set, check that the last file exists (should be numbered quantity - 1). If it doesn't, present an error to the user and block minting button from being active.
  6. Click "Mint My NFT"

The backend process would run a loop starting at 0 and minting each metadata file incrementally until the desired quantity is met.

@sk33z3r
Copy link
Author

sk33z3r commented Apr 4, 2022

I have worked around this in 2 ways:

  1. created a metadata generator: https://metagen.sk33z3r.site
  2. created a full batch minting app: https://github.com/sk33z3r/LooPyGen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant