fairDataSociety / fdp-storage

Serverless Web3 filesystem for organizing users' personal data implemented in Typescript.

Home Page:https://www.npmjs.com/package/@fairdatasociety/fdp-storage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add sha3/bmt hash field to file metadata

IgorShadurin opened this issue · comments

Currently, our metadata does not include a field for the hash of the entire file. This makes it difficult to verify the integrity of downloaded data.

I propose adding a sha3/bmt hash field to the metadata to allow for easy verification of the downloaded data. This will ensure that users can trust the data they are downloading and prevent any potential issues with corrupted files.

wdyt @nugaon?