ipfs-http-crypto

0.0.2 • Public • Published

ipfs-http-crypto

A client library for the IPFS HTTP API, implemented in JavaScript. This client library implements the interface-ipfs-core enabling applications to change between an embedded js-ipfs node and any remote IPFS node without having to change the code. In addition, this client library implements a set of utility functions.

Lead Maintainer

Vaibhav Saini

Install

This module uses node.js, and can be installed through npm:

npm install --save ipfs-http-crypto

We support both the Current and Active LTS versions of Node.js. Please see nodejs.org for what these currently are.

How to Use

This library supports same function signatures as of ipfs-http-client.

Right now, ONLY MFS(Mutable file system) has the crypto functionality enabled. We are working to cover other APIs as soon as possible.

To use the crypto layer of the library we pass the neccessary paramters to perform cryptographic operations, with the options parameter.

See the test folder to see how to pass parameters.

/ipfs-http-crypto/

    Package Sidebar

    Install

    npm i ipfs-http-crypto

    Weekly Downloads

    1

    Version

    0.0.2

    License

    MIT

    Unpacked Size

    8.86 kB

    Total Files

    12

    Last publish

    Collaborators

    • vasa-develop