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

mint - manually mint files larger than 100MB #10

Open
andrevenancio opened this issue Jul 23, 2022 · 0 comments
Open

mint - manually mint files larger than 100MB #10

andrevenancio opened this issue Jul 23, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@andrevenancio
Copy link
Contributor

Description

At the moment, files larger than 100MB have to be manually minted, which takes our team maybe 1h to complete.
We should automate the process.

  1. Generate assets from a input asset (image|video)
  2. upload all generated assets in a folder structure via IPFS API, save the CID of the folder (pinUri) and all the other assets
  3. Generate the metadata JSON and upload it to IPFS
  4. call the mint contract directly with the metadata cid

Allow the possibility to mint across platforms (versum|hicetnunc|fxhash).

Screenshots

No response

Additional information

This feature is quite big, so we probably need to split it across smaller chunks as it involves CLI API planning (for authentication which is not implemented yet), IPFS API, Taquito/beacon.

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

No branches or pull requests

3 participants