Skip to content

A Javascript library for the IPFS HTTP API, with a layer of Crypto functions.

License

Notifications You must be signed in to change notification settings

cluster-labs/ipfs-http-crypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Javascript library for the IPFS HTTP API, with a layer of Crypto functions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published