use-ipfs
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

README.md

lazy way for create or connect ipfs

install

yarn add use-ipfs ipfs ipfsd-ctl ipfs-http-client
import useIPFS from 'use-ipfs';

useIPFS()
	.then(async (value) => {

		console.log(await value.ipfs.id())

		return value.stop();
	})
;

/use-ipfs/

    Package Sidebar

    Install

    npm i use-ipfs

    Weekly Downloads

    18

    Version

    1.1.1

    License

    ISC

    Unpacked Size

    54.6 kB

    Total Files

    18

    Last publish

    Collaborators

    • bluelovers