This repository has been archived by the owner on Dec 14, 2022. It is now read-only.
Move unixfs chunking logic to ipfs-car
, carbites
, and w3up-client
#107
Labels
fdbk/users
Feedback from cli users
kind/enhancement
A net-new feature or improvement to an existing feature
PKey
A key task or deliverable
Milestone
The code for creating a CAR for an upload should be in a re-usable library that folks can build on in there own apps.
The existing web3.storage client library uses ipfs-car and carbites to handle car creation and car splitting, so any improvements that are needed in those libs to make it possible for
w3up-client
to defer most of the work to them should be prioritised.TL:DR
w3up-client
where it can be imported and built on in users apps. No one wants to depend on a cli module from an app.ipfs-car
for car creation andcarbites
for car splitting, then consume those functions fromw3up-client
.The text was updated successfully, but these errors were encountered: