ipfs / helia

An implementation of IPFS in JavaScript
https://helia.io
Other
812 stars 81 forks source link

fix: relax unixfs blockstore input type #509

Closed achingbrain closed 2 months ago

achingbrain commented 2 months ago

We only use the get/put/has methods from the blockstore interface so pick those methods to allow easy use from other codebases.

Change checklist