Skip to content
This repository has been archived by the owner on Nov 23, 2022. It is now read-only.

Latest commit

 

History

History

ipfs

@dstack-js/ipfs

This package was created specifically to use in @dstack-js/lib package

See tutorial to get started working with DStack

Example

import { create } from '@dstack-js/ipfs';

const ipfs = await create({ namespace: 'namespace' });

Node.js:

import { create } from '@dstack-js/ipfs';
import wrtc from '@dstack-js/wrtc';

const ipfs = await create({ namespace: 'namespace', wrtc });