Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 727 Bytes

dymamic-file-on-ipfs-+-ipns.md

File metadata and controls

17 lines (11 loc) · 727 Bytes

Dymamic File on IPFS + IPNS

Target User Story:

{% hint style="info" %} As a user who wants to mint a Data NFT:

  • I'd like to store a dynamic file on IPFS using Zedge Storage
  • I'd like to then grab the IPNS identifier of this file and mint a Data NFT with a URL like "ipns://MY_IPNS_ID"
  • I'd then like to come back to Zedge Storage, and update my data as I know "ipns://MY_IPNS_ID" will now point to my new updated IPFS CID {% endhint %}

Guide 1:

Uploading Dynamic File on IPFS + IPNS using Zedge Storage: Link

Post upload users can update the dataset, steps are provided in the link above.