github filecoin-station/zinnia v0.11.0

latest releases: v0.20.3, v0.20.2, v0.20.1...
15 months ago

Highlights ✨

This release brings a built-in IPFS retrieval client powered by Lassie. You can fetch any CID using the fetch API and receive a CAR stream to verify that the content matches the CID.

const response = await fetch(
  "ipfs://bafybeib36krhffuh3cupjml4re2wfxldredkir5wti3dttulyemre7xkni"
);
assert(response.ok);
const data = await response.arrayBuffer();
// data contains binary data in the CAR format

What's Changed

Full Changelog: v0.10.1...v0.11.0

Don't miss a new zinnia release

NewReleases is sending notifications on new releases.