From 002399938a5dbbb3a91f2854a3ce7f0791cfbe40 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Tue, 19 Jan 2021 00:40:43 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e002da2..cea31c7 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ The manifest file would do several important things: * probably encoded with multihash to indicate algo + hash * sha256 at the minimum * would be nice to include an IPFS/IPLD CIDv1 root hash for each file, which likely involves doing an ipfs file object chunking + * maybe even including the complete IPFS/IPLD directory tree objects and chunklists? + * this is because generating an `index.mf` does not imply publishing on ipfs at that time * maybe a bittorrent chunklist for torrent client compatibility? perhaps a top-level infohash for the whole manifest? # Design Goals