Closed nicola closed 6 years ago
I'll let someone else create the interoperability issue (so that they can edit it) but I'll leave some comments here. Basically, I think we actually have pretty much everything in place but are missing a few components to connect everything together.
IPLDDagStore
.IPLDDagStore
. Basically, import: (blob, spec) -> CID
where spec
specifies the multicodec and hash-fn-code and export: (CID) -> blob
(basically just calls get
on the blobstore).dat would simply be a blobstore that:
spec
.put(key, value)
.
According to our conversation (meeting-notes/2016-09-19-ipld.md#layers), here are the following layers we have agreed on having:
Please, check as soon as the work is done (also, link issues and I will add them in here)
cc @dignifiedquire @flyingzumwalt (also, is this the right place for implementation conversations? should we use ipld/ipld instead?)