ntentart / ntent-archive

Assists in archiving multimedia + html-native content with nft.storage and IPFS.
MIT License
0 stars 0 forks source link

Initial review K #1

Open TkKonstantin opened 1 year ago

TkKonstantin commented 1 year ago

Amazing work @dotjiwa! Few comments from my side:

This area of the codebase will be updated in three areas: 1) deploying digital multimedia assets before project launch 2) deploying previews from algorithmic generative art generated at mint on-demand 3) migrating token metadata for all minted NFTs to IPFS post-mint.

2. NTENT.MINT Integration into ntent.mint will enable our partners to have assets for the NFTs minted through their project websites and stored on IPFS.

The codebase for ntent.mint will be updated, so generated token metadata files will be migrated to IPFS post-mint. The “powered by ntent.art” section above covers the updates needed to deploy assets before the project launch.

3. NTENT.IO Integration into ntent.io will allow scaled video projects, i.e., 1,000 - 10,000+ video assets per project, to be stored on IPFS.



Also, two questions from my side:
- If artists want to directly use ntent art solution without developing their own archival solution, is there a ntent archive website we can direct them to?
- Can ntent art also offer delegated archival through [UCAN tokens](https://nft.storage/docs/how-to/ucan/)? 
dotjiwa commented 1 year ago

Thank you for the thorough feedback @TkKonstantin !

  1. I added the Filecoin logo and link to the Built With section

  2. The images are all in the repo, using relative urls pointing to the assets/readme folder, strange you're seeing an issue. I haven't been able to reproduce on my side.

Screenshot 2023-01-05 at 7 11 02 PM
  1. I've included a high-level diagram in the Getting Started section.

  2. Regarding the IPFS x ntent.art integration grant milestones, this repo is a piece of and related to that work, but I believe not the right home to track the progress of the integration project. We have already reached out directly to the IPFS providing those deliverables, and the integration of this library into the ntent.art stack. We are reviewing with their team 06/01/2023.

  3. An easy to use website built by ntent.art, leveraging this library will be made available in a later phase.

  4. Great idea on the UCAN tokens, we will definitely use that functionality down the road. It might make sense to open a separate "enhancement"/feature request for this and the website above?

Thanks!