ipfs-fetch

1.0.1 • Public • Published

IPFS Fetch

Simple no-fuss Node.js module for fetching data from IPFS.

This is actively maintained, but isn't being developed with bells and whistles that we don't internally need from it at this time (e.g. TypeScript type declaration). If you need to add something, feel free to send a pull request.

Usage:

const {ipfsFetch} = require('ipfs-fetch');

const hash = 'QmakJxydkB5XNhE8gA5kTq9MpxaN4fsWcTp1EzwdcYNVip';
const buf = await ipfsFetch(hash);
console.log(buf.toString());

Readme

Keywords

none

Package Sidebar

Install

npm i ipfs-fetch

Weekly Downloads

54

Version

1.0.1

License

MIT

Unpacked Size

3.66 kB

Total Files

5

Last publish

Collaborators

  • cyphinc