1.0.0 • Published 3 years ago

workhub-ipfs v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

Workhub IPFS

IPFS/LibP2P bundle for setting up a node on a private IPFS network

Install

yarn add @workerhive/ipfs

Usage

import IPFS from '@workerhive/ipfs';

let {ipfs, getFile, addFile} = await IPFS({
    Repo: [],
    Swarm: [],
    Bootstrap: []
}, swarmKey)
1.0.0

3 years ago