@uprtcl/ipfs-provider
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

@uprtcl/ipfs-provider

This node package includes basic _Prtcl provider wrappers around ipfs-http-client. These services include standard funcionality like a retry mechanism, or a ready() function to wait for them to be ready.

Documentation

Visit our documentation site.

Install

npm install @uprtcl/ipfs-provider

Usage

Import the appropriate connection you would like to use, and make a new instance of it by passing its configuration:

import { IpfsStore } from '@uprtcl/ipfs-provider';

const ipfsConfig = { host: 'ipfs.infura.io', port: 5001, protocol: 'https' };
const ipfsStore = new IpfsStore(ipfsConfig);

await ipfsStore.ready();

Package Sidebar

Install

npm i @uprtcl/ipfs-provider

Homepage

uprtcl.io

Weekly Downloads

3

Version

0.1.3

License

MIT

Unpacked Size

73.5 kB

Total Files

25

Last publish

Collaborators

  • sotous
  • guillem.cordoba
  • pepoospina