Skip to content

[564] [NFT] Upload Clip Metadata to IPFS Before Minting - #696

Merged
Eniola3321 merged 4 commits into
ANYTECHS:mainfrom
esthertitilayo-dev:fix/564-nft-upload-clip-metadata-to-ipfs-before-minting
Jul 30, 2026
Merged

[564] [NFT] Upload Clip Metadata to IPFS Before Minting#696
Eniola3321 merged 4 commits into
ANYTECHS:mainfrom
esthertitilayo-dev:fix/564-nft-upload-clip-metadata-to-ipfs-before-minting

Conversation

@esthertitilayo-dev

Copy link
Copy Markdown
Contributor

Summary

  • Adds POST /nfts/upload-metadata that builds clip metadata, uploads to IPFS, and saves metadataUri.
  • Swagger documents metadataUri, IPFS CID, and an example response.

Test plan

  • NftMintService.uploadMetadataToIPFS unit tests
  • IpfsUploadService unit tests
  • NFT e2e upload-metadata + OpenAPI assertions
  • Full unit suite

Closes #564

Made with Cursor

esthertitilayo-dev and others added 2 commits July 29, 2026 14:33
Remove duplicated Swagger description keys and orphaned decorator/import fragments so payouts and related modules parse cleanly in CI.

Co-authored-by: Cursor <cursoragent@cursor.com>
Adds POST /nfts/upload-metadata that calls uploadMetadataToIPFS, persists metadataUri, and documents metadataUri plus IPFS CID in OpenAPI.

Co-authored-by: Cursor <cursoragent@cursor.com>
@drips-wave

drips-wave Bot commented Jul 29, 2026

Copy link
Copy Markdown

@esthertitilayo-dev Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Eniola3321
Eniola3321 merged commit a738166 into ANYTECHS:main Jul 30, 2026
2 checks passed
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

Successfully merging this pull request may close these issues.

[NFT] Upload Clip Metadata to IPFS Before Minting

2 participants