0.0.8 • Published 7 months ago

strn v0.0.8

Weekly downloads
-
License
(MIT OR Apache-2....
Repository
-
Last release
7 months ago

Filecoin Saturn 🪐 JavaScript Client

This is the official JavaScript client for Filecoin Saturn. It is a work in progress and is not yet ready for production use.

Installation

npm install strn

Usage

import Saturn from 'strn'

const client = new Saturn()

const contentIterator = await client.fetchContent('Qm...')

const contentBuffer = await client.fetchContentBuffer('bafy...')

License

Dual-licensed under MIT + Apache 2.0