oddsdk / ts-odd

An SDK for building apps with decentralized identity and storage.
https://odd.dev/
Apache License 2.0
179 stars 24 forks source link

CAR files and HTTP blocks #468

Open icidasset opened 1 year ago

icidasset commented 1 year ago

Moving away from js-ipfs and instead uploading CAR files to the Fission server. Downloads can be done using the read-only IPFS API on the gateway.

This work prepares for, and overlaps with the work that needs to be done on Webnative's side for CAR Mirror.

icidasset commented 1 year ago

Discussed this today, doing this might introduce too many edge cases that are difficult to handle. Probably best to do CAR Mirror straight away.

gotjoshua commented 1 year ago

do the fission depot nodes accept CAR files as of now?

we are looking into alternatives to web3storage car file implementation

this is independent of WNFS (we want to write IPLD to the dag straight up {on @bmann 's suggestion} )

icidasset commented 1 year ago

@gotjoshua I was thinking of adding CAR file support to the new Fission server, but I think we're going straight to CAR Mirror instead.